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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

@media (max-width: 300px) {
  .picker__holder {
    position: fixed;
    left: 0;
    min-width: 100px;
  }
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker:not(.datepicker-legacy-font) .picker__button--today,
.picker:not(.datepicker-legacy-font) .picker__button--clear,
.picker:not(.datepicker-legacy-font) .picker__button--close {
  font-family: inherit;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
}

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grabbable {
  cursor: move !important; /* fallback if grab cursor is unsupported */
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

.movable {
  cursor: move !important;
}

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

.inner-progressbar {
  height: 100%;
  position: relative;
}

.progressbar-label {
  filter: invert(0.3);
  mix-blend-mode: difference;
  text-overflow: ellipsis;
}

.progressbar-label,
.progressbar-label-overlay {
  overflow: hidden;
  position: absolute;
  vertical-align: text-bottom;
  white-space: nowrap;
}

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

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(/static/slick/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white url(/static/slick/ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  direction: ltr;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/static/slick/fonts/slick.eot);
  src: url(/static/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/static/slick/fonts/slick.woff) format("woff"), url(/static/slick/fonts/slick.ttf) format("truetype"), url(/static/slick/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "→";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

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

body {--stylesheet-active: true;}
.b-root .bubble-element.baTaJaUb3 {
  background-color: rgba(245, 245, 245, 1);
  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: "Lato";
  --color_text_default: rgba(153, 153, 153, 1);
  --color_text_default_rgb: 153,153,153;
  --color_alert_default: rgba(255,153,1,1);
  --color_alert_default_rgb: 255,153,1;
  --color_primary_default: rgba(44, 78, 162, 1);
  --color_primary_default_rgb: 44,78,162;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23,219,78;
  --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_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_cmqBS_default: rgba(204,204,204,1);
  --color_cmqBS_default_rgb: 204,204,204;
}
.b-root .baTaJaUb3> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baTaJaVf3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 760px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 45px;
  margin-right: 0px;
  margin-bottom: 85px;
  z-index: 3;
}
.b-root .bubble-element.baTaJaVaN3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  order: 8;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .baTaJaVaN3> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmaMvn2 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 274px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmaUsaV {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 274px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqtz0 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 79px);
  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: 380px;
  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;
}
.b-root .cmqtz0> .group-item {
  min-height: 79px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmqtw0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmqtw0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmqaJc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 360px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqaJaY {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.cmqaJaL {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  order: 12;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 3;
}
.b-root .bubble-element.cmqaJaJ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmqaJaN {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 99px;
  height: 35px;
  z-index: 27;
}
.b-root .bubble-element.cmqaJaO {
  color: rgba(207, 207, 207, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 0px;
  left: 39px;
  width: 22px;
  height: 22px;
  z-index: 26;
}
.b-root .bubble-element.cmqaJaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(170, 170, 170, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 19px;
  left: 0px;
  width: 99px;
  height: 16px;
  z-index: 26;
}
.b-root .bubble-element.cmqaJaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmqaJaR {
  color: rgba(207, 207, 207, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 0px;
  left: 39px;
  width: 22px;
  height: 22px;
  z-index: 24;
}
.b-root .bubble-element.cmqaJaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(170,170,170,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 19px;
  left: 0px;
  width: 99px;
  height: 16px;
  z-index: 25;
}
.b-root .bubble-element.cmqaJaT {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmqaJaU {
  color: rgba(207, 207, 207, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 0px;
  left: 39px;
  width: 22px;
  height: 22px;
  z-index: 23;
}
.b-root .bubble-element.cmqaJaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(170, 170, 170, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 19px;
  left: 0px;
  width: 99px;
  height: 16px;
  z-index: 26;
}
.b-root .bubble-element.cmqaJaW {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(207, 207, 207, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 11;
  min-height: 25px;
  height: max-content;
  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.cmqaJaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(207, 207, 207, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 67px;
  max-width: 67px;
  order: 2;
  min-height: 18px;
  width: 67px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmqaJaV {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(207, 207, 207, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 101px;
  max-width: 101px;
  order: 1;
  min-height: 18px;
  width: 101px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmqaIaM {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .bubble-element.cmqaIaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqaIaR {
  overflow: visible;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(204, 204, 204, 1);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(204, 204, 204, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(204, 204, 204, 1);
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  max-width: 350px;
  order: 3;
  min-height: 122px;
  max-height: 122px;
  height: 122px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmqaIaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 32px;
  left: 9px;
  width: 330px;
  height: 30px;
  z-index: 2;
}
.b-root .bubble-element.cmqaIaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 89px;
  left: 9px;
  width: 330px;
  height: 25px;
  z-index: 4;
}
.b-root .bubble-element.cmqaIaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 4px;
  left: 219px;
  width: 125px;
  height: 15px;
}
.b-root .bubble-element.cmqaIaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 64px;
  left: 9px;
  width: 330px;
  height: 25px;
}
.b-root .bubble-element.cmqaIaT {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 4px;
  width: 125px;
  height: 15px;
}
.b-root .bubble-element.cmqaIaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 105px;
  height: 15px;
}
.b-root .bubble-element.cmqaIaY {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
}
.b-root .cmqaIaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmqaIaY .aspect-ratio {
}
.b-root .bubble-element.cmqaIaW {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  max-width: 350px;
  order: 1;
  min-height: 180px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 350px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqaIa {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 348px;
  max-width: 348px;
  order: 1;
  min-height: 178px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 348px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmqaIa img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .cmqaIa .aspect-ratio {
}
.b-root .bubble-element.cmqaIb {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 40px;
  -moz-border-radius: 40px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50px;
  margin-left: 0px;
  margin-top: -25px;
  margin-right: 0px;
  margin-bottom: -25px;
  z-index: 4;
}
.b-root .cmqaIb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 40px;
}
.b-root .cmqaIb .aspect-ratio {
}
.b-root .bubble-element.cmqaIaK {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 2;
  min-height: 117px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaXaCaW0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 360px;
  order: 1;
  min-height: 0px;
  width: 360px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaCb0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaXaCc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 65px;
  max-width: 65px;
  order: 4;
  min-height: 20px;
  width: 65px;
  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.cmaXaCd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 44px;
  max-width: 44px;
  order: 3;
  min-height: 20px;
  width: 44px;
  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.cmaXaCe0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 2;
  min-height: 20px;
  width: 45px;
  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.cmaXaCf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 10px 0px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 20px;
  width: 50px;
  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.cmaXaCg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 5;
  min-height: 20px;
  width: 60px;
  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.cmaXaQx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 36px;
  max-width: 36px;
  order: 6;
  min-height: 20px;
  width: 36px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmaYtaU1 {
  color: rgba(51, 51, 51, 1);
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 25px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmaXaHb0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 4px 0px 4px 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaHd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 4;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmaXaHe0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 3;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaXaHg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25px;
  order: 2;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaXaHh0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 64px;
  max-width: 64px;
  order: 7;
  min-height: 20px;
  width: 64px;
  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.cmaXaQp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 6;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmyiaA0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnraWaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  order: 5;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnypu0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 8;
  min-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnypw0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 23px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaQgn1 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  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;
}
.b-root .bubble-element.baTaQgaX1 {
  min-width: 203px;
  max-width: 203px;
  min-height: 177px;
  max-height: 177px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2102;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
}
.b-root .bubble-element.baTaQgaZ1 {
  overflow: visible;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  top: 16px;
  left: 22px;
  width: 165px;
  height: 144px;
}
.b-root .bubble-element.baTaQge1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 163px;
  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: 8;
}
.b-root .bubble-element.baTaQgf1 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  width: 22px;
  flex-grow: 1;
  height: 19px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaQgg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  order: 2;
  min-height: 28px;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaQhaK1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 163px;
  max-width: 163px;
  order: 1;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 163px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaQga1 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  width: 22px;
  flex-grow: 1;
  height: 19px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaQgc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  order: 2;
  min-height: 28px;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaQhn0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 163px;
  order: 2;
  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: 10;
}
.b-root .bubble-element.baTaQgb1 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  width: 22px;
  flex-grow: 1;
  height: 19px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaQgd1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  order: 2;
  min-height: 28px;
  width: 80px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaQiaO0 {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 52.75px;
  min-height: 15px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  height: auto;
  visibility: hidden;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(163, 212, 142, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(60, 118, 61, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.baTaQhw0 {
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 360px;
  max-width: 360px;
  min-height: 200px;
}
.b-root .baTaQhw0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.baTaQhz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  order: 4;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaQiaF0 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 10;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baTaQiaF0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaQiaF0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaQiaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(119, 119, 119, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaWqaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  max-width: 320px;
  order: 11;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmefaX0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  max-width: 320px;
  order: 5;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmefaZ0 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  max-width: 320px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmefa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmefe0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  max-width: 320px;
  order: 7;
  min-height: 67px;
  max-height: 67px;
  height: 67px;
  flex-grow: 1;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmefh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 180px;
  width: 140px;
  height: 17px;
}
.b-root .bubble-element.cmefi0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 17px;
}
.b-root .bubble-element.cmefl0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  max-width: 320px;
  order: 8;
  min-height: 67px;
  max-height: 67px;
  height: 67px;
  flex-grow: 1;
  width: 320px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmefn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 17px;
  z-index: 27;
}
.b-root .bubble-element.cmefq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 180px;
  width: 140px;
  height: 17px;
  z-index: 28;
}
.b-root .bubble-element.cnraDo1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 320px;
  max-width: 320px;
  order: 9;
  min-height: 30px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 320px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .cnraDo1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.cnraEaS1 {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 14;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnraEaS1input {
}
.b-root .cnraEaS1 .icon-item {
}
.b-root .cnraEaS1 label {
}
.b-root .bubble-element.cnraEaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  max-width: 140px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 140px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cnuaFaU0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 21px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 9;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .cnuaFaU0> .group-item {
  min-height: 21px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnuaFa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  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.cnuaFm0 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204,204,204,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 31;
}
.b-root .bubble-element.cnuaFg0 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cnraEaG1 {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 145px;
  max-width: 145px;
  order: 1;
  min-height: 25px;
  width: 145px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnraEaG1input {
}
.b-root .cnraEaG1 .icon-item {
}
.b-root .cnraEaG1 label {
}
.b-root .bubble-element.cnuaGaF0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 21px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 13;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .cnuaGaF0> .group-item {
  min-height: 21px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnuaGaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  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.cnuaGaY0 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204,204,204,1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 11;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 32;
}
.b-root .bubble-element.cnuaGaS0 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cnraEaM1 {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 25px;
  width: 180px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnraEaM1input {
}
.b-root .cnraEaM1 .icon-item {
}
.b-root .cnraEaM1 label {
}
.b-root .bubble-element.cnyso {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 33;
}
.b-root .bubble-element.baTaQif0 {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  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: 442px;
  max-width: 442px;
  min-height: 350px;
  max-height: 350px;
}
.b-root .baTaQif0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.baTaQih0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 40px;
  left: 50px;
  width: 335px;
  height: 35px;
  z-index: 2;
}
.b-root .bubble-element.baTaQii0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 112px;
  left: 49px;
  width: 336px;
  height: 35px;
  z-index: 3;
}
.b-root .bubble-element.baTaQij0 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 217px;
  left: 135px;
  width: 179px;
  height: 55px;
  z-index: 4;
}
.b-root .baTaQij0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaQij0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaQik0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(119, 119, 119, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 3px;
  left: 417px;
  width: 25px;
  height: 25px;
}
.b-root .bubble-element.cmaWqb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 291px;
  left: 53px;
  width: 336px;
  height: 35px;
}
.b-root .bubble-element.cmqdg {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 91px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaCi0 {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 1;
  min-height: 80px;
  max-height: 80px;
  width: 80px;
  flex-grow: 1;
  height: 80px;
  margin-left: 7px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaXaCi0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .cmaXaCi0 .aspect-ratio {
}
.b-root .bubble-element.cmqdaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaCh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 30px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  height: 36px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmaXaCaY0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmaXaCaZ0 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmaXaCaZ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 20px;
}
.b-root .cmaXaCaZ0 .aspect-ratio {
}
.b-root .bubble-element.cmaXaCa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 125px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 125px;
  flex-grow: 1;
  height: 20px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqdm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  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;
}
.b-root .bubble-element.cmaXaFaC0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 19px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaFaE0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 17px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaFaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 34px;
  max-width: 34px;
  order: 2;
  min-height: 18px;
  width: 34px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaDr0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 1;
  min-height: 19px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaDt0 {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 17px;
  max-width: 17px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 17px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaDu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 34px;
  max-width: 34px;
  order: 2;
  min-height: 18px;
  width: 34px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaEp0 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 3;
  min-height: 27px;
  max-height: 27px;
  width: 100px;
  flex-grow: 1;
  height: 27px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaEj0 {
  color: rgba(179, 179, 179, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 22px;
  flex-grow: 1;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmaXaEm0 {
  color: rgba(179, 179, 179, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 22px;
  flex-grow: 1;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaXaEu0 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 109px;
  max-width: 109px;
  order: 1;
  min-height: 25px;
  width: 109px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmaXaEu0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaXaEu0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaZaQb {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  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: 400px;
  max-width: 400px;
  min-height: 425px;
  max-height: 425px;
}
.b-root .cmaZaQb.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cmfaVq {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 425px;
}
.b-root .bubble-element.cmfaVv {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 400px;
  max-width: 400px;
  min-height: 260px;
  width: 400px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmfaUl0 {
  overflow: visible;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(204, 204, 204, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 400px;
  max-width: 400px;
  min-height: 65px;
  width: 400px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmfaUn0 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 50px;
  max-width: 50px;
  min-height: 48px;
  width: 50px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cmfaUn0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmfaUn0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmfaUp0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 40px;
  -moz-border-radius: 40px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  width: 40px;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmfaUp0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 40px;
}
.b-root .cmfaUp0 .aspect-ratio {
}
.b-root .bubble-element.cmfaUr0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 350px;
  max-width: 350px;
  min-height: 175px;
  width: 350px;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 75px;
  z-index: 25;
}
.b-root .bubble-element.cmfaUt0 {
  overflow: visible;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(204, 204, 204, 1);
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(204, 204, 204, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(204, 204, 204, 1);
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 350px;
  max-width: 350px;
  min-height: 122px;
  max-height: 122px;
  width: 350px;
  height: 122px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmfaUu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 32px;
  left: 9px;
  width: 330px;
  height: 30px;
  z-index: 2;
}
.b-root .bubble-element.cmfaUv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 89px;
  left: 9px;
  width: 330px;
  height: 25px;
  z-index: 4;
}
.b-root .bubble-element.cmfaUw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  color: rgba(51, 51, 51, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 4px;
  left: 218px;
  width: 125px;
  height: 15px;
}
.b-root .bubble-element.cmfaUx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 64px;
  left: 9px;
  width: 330px;
  height: 25px;
}
.b-root .bubble-element.cmfaUy0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 4px;
  width: 125px;
  height: 15px;
}
.b-root .bubble-element.cmfaUz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 105px;
  height: 15px;
}
.b-root .bubble-element.cmfaVaA0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
}
.b-root .cmfaVaA0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmfaVaA0 .aspect-ratio {
}
.b-root .bubble-element.cmfaVaD0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 40px;
  -moz-border-radius: 40px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  width: 50px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 95px;
  z-index: 4;
}
.b-root .cmfaVaD0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 40px;
}
.b-root .cmfaVaD0 .aspect-ratio {
}
.b-root .bubble-element.cmfaXaF0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 348px;
  max-width: 348px;
  min-height: 50px;
  width: 348px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 122px;
  z-index: 3;
}
.b-root .cmfaXaF0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .cmfaXaF0 .aspect-ratio {
}
.b-root .bubble-element.cmmdaV0 {
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px 20px 30px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 280px;
  max-width: 280px;
  min-height: 135px;
}
.b-root .cmmdaV0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cmmde0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 4;
}
.b-root .bubble-element.cmmdaY0 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmdb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 25px;
  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.cmmdj0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 5;
}
.b-root .bubble-element.cmmdl0 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmdm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 25px;
  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.cmmdo0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 25px;
  height: 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.cmmdq0 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmmdr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 2;
  min-height: 25px;
  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.cngaCaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cngaCaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cndut {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 340px;
  max-width: 340px;
  min-height: 0px;
}
.b-root .cndut> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .cndut.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cnduz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 186px;
  order: 1;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cndvaF {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 45px);
  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: 242px;
  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 .cndvaF> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.cndvaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cndvaL {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cndvaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 20px;
}
.b-root .cndvaL .aspect-ratio {
}
.b-root .bubble-element.cndvaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(204, 204, 204, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  order: 2;
  min-height: 28px;
  width: 220px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cndvv {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cndvv .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cndvv .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmqaIaO {
  overflow: visible;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 1;
  min-height: 180px;
  max-height: 180px;
  height: 180px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmqaIaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 378px;
  height: 178px;
  z-index: 2;
}
.b-root .cmqaIaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmqaIaP .aspect-ratio {
}
.b-root .bubble-element.cmqaIaZ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 382px;
  order: 5;
  min-height: 180px;
  height: 180px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .bubble-element.cmqaIe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  order: 9;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 2;
}
.b-root .bubble-element.cmqaIg {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 382px;
  order: 2;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmqaIg img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .cmqaIg .aspect-ratio {
}
.b-root .bubble-element.cmqaHd {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 5;
}
.b-root .bubble-element.cmqaGu {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  order: 1;
  min-height: 266px;
  height: max-content;
  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.cmqaGt {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  order: 5;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .bubble-element.cmqaGx {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  order: 4;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 15px;
  z-index: 18;
}
.b-root .bubble-element.cmqaGy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 330px;
  max-width: 330px;
  order: 1;
  min-height: 18px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 330px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmqaGw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmqaHaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 20px;
  width: 280px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmqaHaB {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 40px;
  -moz-border-radius: 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .cmqaHaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 40px;
}
.b-root .cmqaHaB .aspect-ratio {
}
.b-root .bubble-element.cmqaGz {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  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.cmqaHaE {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  order: 4;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmqaHaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmqaHaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 1;
  min-height: 142px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmqaHaH {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(189, 189, 189, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 1;
  min-height: 105px;
  max-height: 105px;
  height: 105px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cmqaHaI {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 24px;
  left: 0px;
  width: 378px;
  height: 75px;
}
.b-root .bubble-element.cmqaHaM {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 228px;
  width: 150px;
  height: 75px;
}
.b-root .bubble-element.cmqaHaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  top: 0px;
  left: 75px;
  width: 50px;
  height: 50px;
}
.b-root .cmqaHaN img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .cmqaHaN .aspect-ratio {
}
.b-root .bubble-element.cmqaHaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 52px;
  left: 55px;
  width: 90px;
  height: 20px;
}
.b-root .bubble-element.cmqaHaP {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(217, 217, 217, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 5px;
  left: 0px;
  width: 50px;
  height: 55px;
}
.b-root .bubble-element.cmqaHaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 75px;
}
.b-root .bubble-element.cmqaHaO {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  top: 0px;
  left: 25px;
  width: 50px;
  height: 50px;
  z-index: 23;
}
.b-root .cmqaHaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .cmqaHaO .aspect-ratio {
}
.b-root .bubble-element.cmqaHaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 52px;
  left: 5px;
  width: 90px;
  height: 20px;
}
.b-root .bubble-element.cmqaHaT {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(217, 217, 217, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 5px;
  left: 100px;
  width: 50px;
  height: 55px;
  z-index: 32;
}
.b-root .bubble-element.cmqaHaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 89px;
  width: 200px;
  height: 20px;
}
.b-root .bubble-element.cmqaHaR {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 38px;
  left: 174px;
  width: 30px;
  height: 25px;
}
.b-root .bubble-element.cmqaHaJ {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 84px;
  left: 119px;
  width: 140px;
  height: 19px;
}
.b-root .bubble-element.cmqaHaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 1px;
  left: 0px;
  width: 140px;
  height: 16px;
  z-index: 2;
}
.b-root .bubble-element.cmqaHaV {
  overflow: visible;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(189, 189, 189, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(189, 189, 189, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(189, 189, 189, 1);
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmqaHaW {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 287px;
  width: 70px;
  height: 20px;
  z-index: 2;
}
.b-root .bubble-element.cmqaHaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 84px;
  width: 35px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.cmqaHaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 129px;
  width: 45px;
  height: 20px;
  z-index: 4;
}
.b-root .bubble-element.cmqaHaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 9px;
  width: 65px;
  height: 20px;
  z-index: 4;
}
.b-root .bubble-element.cmqaHb {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cmqaHf {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 1;
  min-height: 220px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmqaHf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 0px;
}
.b-root .cmqaHf .aspect-ratio {
}
.b-root .bubble-element.cmqaHc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 3;
  min-height: 264px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmiaLaJ1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 336px;
  order: 1;
  min-height: 240px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 5;
}
.b-root .bubble-element.cmqaQaR0 {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  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: 15;
}
.b-root .bubble-element.cmiaLaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 296px;
  max-width: 296px;
  order: 4;
  min-height: 113px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 296px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmiaPaE0 {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  min-height: 46px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 300px;
  height: auto;
  visibility: hidden;
  padding: 10px 0px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(163, 212, 142, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(60, 118, 61, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.cmqaQi0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 20px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 15;
}
.b-root .bubble-element.cmiaMp0 {
  color: rgba(166, 166, 166, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmiaLp1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 61px;
  max-width: 61px;
  order: 1;
  min-height: 22px;
  width: 61px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cmiaLp1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmiaLp1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiaRaR0 {
  color: rgba(166, 166, 166, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  width: 45px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmntaF0 {
  color: rgba(166, 166, 166, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 3;
  min-height: 24px;
  max-height: 24px;
  width: 45px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmqaQu0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmqaQm0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60%;
  order: 2;
  min-height: 0px;
  width: 60%;
  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.cmiaOaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 125px;
  order: 2;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmiaOaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 1;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmiaPc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 4;
  min-height: 17px;
  width: 90px;
  flex-grow: 1;
  height: max-content;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqaRaD0 {
  overflow: visible;
  justify-content: flex-end;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 336px;
  order: 5;
  min-height: 240px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmqaRaP0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 336px;
  order: 1;
  min-height: 240px;
  height: max-content;
  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.cmiaLl1 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  align-self: flex-end;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 11;
}
.b-root .cmiaLl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 25px;
}
.b-root .cmiaLl1 .aspect-ratio {
}
.b-root .bubble-element.cnuww {
  color: rgba(51,51,51,0.75);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 12;
}
.b-root .bubble-element.cmiaLu1 {
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 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: 340px;
  max-width: 380px;
  min-height: 0px;
}
.b-root .cmiaLu1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cmiaMaF1 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmiaMaF1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.cmiaMaK1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmiaMaK1input {
}
.b-root .cmiaMaK1 .icon-item {
}
.b-root .cmiaMaK1 label {
}
.b-root .bubble-element.cmkqp {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 25px);
  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: 250px;
  max-width: 250px;
  order: 6;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 250px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmkqp> .group-item {
  min-height: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnkaOaA {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 3px 0px 3px 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.cmkqs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 15px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmkqv {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  max-width: 26px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 26px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmiaMaM1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 134px;
  max-width: 134px;
  order: 5;
  min-height: 47px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 134px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmiaMaM1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmiaMaM1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiaQaR0 {
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 91px;
  max-width: 91px;
  order: 7;
  min-height: 23px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 91px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .cmiaQaR0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmiaQaR0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiaQaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 309px;
  max-width: 309px;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 309px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnkaNp {
  overflow: visible;
  justify-content: space-between;
  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: 13;
}
.b-root .bubble-element.cmiaLx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 172px;
  max-width: 172px;
  order: 1;
  min-height: 32px;
  width: 172px;
  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.cmiaOj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 21px;
  max-width: 21px;
  order: 2;
  min-height: 25px;
  width: 21px;
  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.cmiaOaZ0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 0px;
  min-height: 481px;
  max-height: 481px;
}
.b-root .cmiaOaZ0.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.aAaCs {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 340px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.aAaCv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  color: rgba(90, 90, 90, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 304px;
  max-width: 304px;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 304px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.aAaCy {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: center;
  min-width: 304px;
  max-width: 304px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 304px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.aAaDaB {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: center;
  min-width: 304px;
  max-width: 304px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 304px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.aAaDaE {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: center;
  min-width: 304px;
  max-width: 304px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 304px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.aAaDaH {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 304px;
  max-width: 304px;
  order: 7;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 304px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.aAaDaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 305px;
  max-width: 305px;
  order: 8;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 305px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .aAaDaR .aspect-ratio {
}
.b-root .bubble-element.aAaDu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 304px;
  max-width: 304px;
  order: 6;
  min-height: 29px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 304px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaCvq0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 306px;
  max-width: 306px;
  order: 9;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 306px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.aAaDaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 171px;
  max-width: 171px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 171px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.aAaDaZ {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 80px;
  max-width: 80px;
  order: 2;
  min-height: 19px;
  max-height: 19px;
  width: 80px;
  flex-grow: 1;
  height: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .aAaDaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .aAaDaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.aAaEaP {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  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: 283px;
  max-width: 283px;
  min-height: 272px;
  max-height: 272px;
}
.b-root .aAaEaP.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.aAaEaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  color: rgba(90, 90, 90, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 22px;
  left: 41px;
  width: 201px;
  height: 37px;
  z-index: 2;
}
.b-root .bubble-element.aAaEaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 62px;
  left: 25px;
  width: 233px;
  height: 60px;
  z-index: 3;
}
.b-root .bubble-element.aAaEaY {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 135px;
  left: 19px;
  width: 244px;
  height: 40px;
  z-index: 12;
}
.b-root .bubble-element.aAaEb {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 211px;
  left: 19px;
  width: 244px;
  height: 40px;
  z-index: 12;
}
.b-root .aAaEb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .aAaEb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmnaGj0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 179px;
  left: 19px;
  width: 244px;
  height: 20px;
  z-index: 13;
}
.b-root .bubble-element.baTaHkaQ2 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 283px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 2;
}
.b-root .bubble-element.baTaHkaS2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  color: rgba(90, 90, 90, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 230px;
  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: 2;
}
.b-root .bubble-element.baTaHkaT2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHkaU2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHkaV2 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baTaHkaV2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHkaV2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baTaHkaY2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 8;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .baTaHkaY2 .aspect-ratio {
}
.b-root .bubble-element.cnaCvaX0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHka2 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  align-self: flex-start;
  min-width: 91px;
  max-width: 91px;
  order: 2;
  min-height: 19px;
  width: 91px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baTaHka2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHka2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.baTaHkaZ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 1;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnaCvi0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaHkaW2 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: flex-start;
  min-width: 126px;
  max-width: 126px;
  order: 2;
  min-height: 23px;
  width: 126px;
  flex-grow: 1;
  height: max-content;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .baTaHkaW2input {
}
.b-root .baTaHkaW2 .icon-item {
}
.b-root .baTaHkaW2 label {
}
.b-root .bubble-element.baTaHkaX2 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 117px;
  max-width: 117px;
  order: 1;
  min-height: 19px;
  width: 117px;
  flex-grow: 1;
  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 .baTaHkaX2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baTaHkaX2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmiaRaY0 {
  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: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 0px;
  min-height: 600px;
  max-height: 600px;
}
.b-root .cmiaRaY0.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.cmaUyq {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 3px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 7;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 14px);
  margin-left: 7px;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaVaHaO1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: right;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 5;
  min-height: 29px;
  width: 160px;
  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.cmaVna0 {
  color: rgba(255, 255, 255, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnvaGg {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 30px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmaUys {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: 84.2px;
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 421px;
  max-width: 421px;
  order: 3;
  min-height: 29px;
  width: 421px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmaUys> .group-item {
  min-width: 84.2px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUyt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  padding: 4px 0px 4px 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  top: 2px;
  left: 0px;
  width: 75px;
  height: 24px;
  z-index: 2;
}
.b-root .bubble-element.cmaVaIq1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 29, 82, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 92px;
  max-width: 92px;
  order: 2;
  min-height: 29px;
  max-height: 29px;
  width: 92px;
  flex-grow: 1;
  height: 29px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmaVaIk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 28px;
  width: 53px;
  height: 29px;
  z-index: 8;
}
.b-root .bubble-element.cmaVaIn1 {
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 7px;
  left: 9px;
  width: 15px;
  height: 16px;
  z-index: 9;
}
.b-root .bubble-element.cmaUyu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 42px;
  max-width: 42px;
  order: 1;
  min-height: 27px;
  width: 42px;
  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.cmaUyw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmaUzaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(196, 196, 196, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 4;
  min-height: 19px;
  width: 19px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnuyaP {
  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: 20px;
  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.cmaVyn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  max-width: 140px;
  order: 2;
  min-height: 15px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmaUyy {
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 19px;
  flex-grow: 1;
  height: 16px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmaUzaD {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 850px;
  max-width: 850px;
  order: 5;
  min-height: 525px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 850px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmaUzaD> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cmaUzaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 850px;
  height: 525px;
  z-index: 2;
}
.b-root .cmaUzaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmaUzaF .aspect-ratio {
}
.b-root .bubble-element.cmaUzaG {
  color: rgba(255, 255, 255, 0.19);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 250px;
  left: 805px;
  width: 45px;
  height: 55px;
  z-index: 3;
}
.b-root .bubble-element.cmaUzaH {
  color: rgba(255, 255, 255, 0.19);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 250px;
  left: 0px;
  width: 45px;
  height: 55px;
  z-index: 4;
}
.b-root .bubble-element.cmaVaIv1 {
  width: initial;
  min-width: 284px;
  min-height: 44px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 284px;
  height: initial;
  max-height: 44px;
  margin-right: auto;
  position: absolute;
  z-index: 1501;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
}
.b-root .bubble-element.cmaVaJaF1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 9px;
  left: 221px;
  width: 52px;
  height: 23px;
  z-index: 3;
}
.b-root .cmaVaJaF1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaVaJaF1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmaVaXd {
  width: initial;
  min-width: 284px;
  min-height: 44px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 284px;
  height: initial;
  max-height: 44px;
  margin-right: auto;
  position: absolute;
  z-index: 1501;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
}
.b-root .bubble-element.cmaVaXg {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 9px;
  left: 221px;
  width: 52px;
  height: 23px;
  z-index: 3;
}
.b-root .cmaVaXg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmaVaXg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmqaHa {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 4;
}
.b-root .bubble-element.cmqaHe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  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: 100px;
  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.cmqaIaL {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 380px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmqaIaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 45;
}
.b-root .bubble-element.cmqaHs {
  overflow: visible;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(189, 189, 189, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(189, 189, 189, 1);
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(189, 189, 189, 1);
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
  order: 5;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 380px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqaHx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 151px;
  width: 40px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.cmqaHv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 206px;
  width: 45px;
  height: 20px;
  z-index: 4;
}
.b-root .bubble-element.cmqaHz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 101px;
  width: 35px;
  height: 20px;
  z-index: 4;
}
.b-root .bubble-element.cmqaHw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 4px;
  left: 16px;
  width: 70px;
  height: 20px;
  z-index: 5;
}
.b-root .bubble-element.cmqaIaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmqaIaB {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 340px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmqaIaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmqaIaB .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cmqaIaF {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  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;
  z-index: 4;
}
.b-root .bubble-element.cmqaIaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  z-index: 3;
}
.b-root .bubble-element.cmqaIaG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.b-root .cmqaIaG .aspect-ratio {
}
.b-root .bubble-element.cmqaHy {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmqaIaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmqaIaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  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;
}
.b-root .bubble-element.cncmaU0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  order: 5;
  min-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaaYaS {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(189, 189, 189, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 380px;
  max-width: 500px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaaYaZ {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 378px;
  max-width: 756px;
  order: 2;
  min-height: 75px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 8;
  min-height: 75px;
  width: 120px;
  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.cnaaYq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 36px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 50px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 69px;
  max-width: 69px;
  order: 2;
  min-height: 75px;
  width: 69px;
  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.cnaaYs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 69px;
  max-width: 69px;
  order: 2;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 69px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYw {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaaYw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .cnaaYw .aspect-ratio {
}
.b-root .bubble-element.cnaaYx {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 1;
  min-height: 75px;
  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.cnaaYy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 36px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  width: 50px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaZaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 69px;
  max-width: 69px;
  order: 1;
  min-height: 75px;
  width: 69px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cnaaZaD {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .cnaaZaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .cnaaZaD .aspect-ratio {
}
.b-root .bubble-element.cnaaZaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 69px;
  max-width: 69px;
  order: 2;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 69px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYa {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 135px;
  max-width: 135px;
  order: 2;
  min-height: 75px;
  max-height: 75px;
  width: 135px;
  flex-grow: 1;
  height: 75px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgti1 {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 115px;
  width: 10px;
  height: 12px;
  z-index: 5;
}
.b-root .bubble-element.cmgtl1 {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 125px;
  width: 10px;
  height: 12px;
  z-index: 6;
}
.b-root .bubble-element.cmgvaK {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 15px;
  left: 72px;
  width: 13px;
  height: 13px;
  z-index: 7;
}
.b-root .cmgvaK .aspect-ratio {
}
.b-root .bubble-element.cmgvaN {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 2px;
  left: 62px;
  width: 13px;
  height: 13px;
  z-index: 8;
}
.b-root .cmgvaN .aspect-ratio {
}
.b-root .bubble-element.cmgvaQ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 15px;
  left: 51px;
  width: 13px;
  height: 13px;
  z-index: 9;
}
.b-root .cmgvaQ .aspect-ratio {
}
.b-root .bubble-element.cmgxaA {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 80px;
  width: 10px;
  height: 12px;
  z-index: 15;
}
.b-root .bubble-element.cmgwx {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 70px;
  width: 10px;
  height: 12px;
  z-index: 14;
}
.b-root .bubble-element.cmgwu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 60px;
  left: 55px;
  width: 15px;
  height: 15px;
  z-index: 13;
}
.b-root .bubble-element.cmgwr {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 35px;
  width: 10px;
  height: 12px;
  z-index: 12;
}
.b-root .bubble-element.cmgwo {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 25px;
  width: 10px;
  height: 12px;
  z-index: 12;
}
.b-root .bubble-element.cmgwl1 {
  color: rgba(204, 204, 204, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 58px;
  left: 15px;
  width: 10px;
  height: 12px;
  z-index: 11;
}
.b-root .bubble-element.cmgwi1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 60px;
  left: 0px;
  width: 15px;
  height: 15px;
  z-index: 10;
}
.b-root .bubble-element.cmheaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 60px;
  left: 100px;
  width: 15px;
  height: 15px;
  z-index: 16;
}
.b-root .bubble-element.cmheaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 37px;
  left: 69px;
  width: 50px;
  height: 15px;
  z-index: 17;
}
.b-root .bubble-element.cmheaV {
  color: rgba(0, 0, 0, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 39px;
  left: 50px;
  width: 20px;
  height: 15px;
}
.b-root .bubble-element.cmheaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 37px;
  left: 16px;
  width: 50px;
  height: 15px;
}
.b-root .bubble-element.cnaaYe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 80px;
  max-width: 80px;
  order: 6;
  min-height: 0px;
  width: 80px;
  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.cnaaYg {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYaT {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  order: 8;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYaU {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 378px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaYaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 350px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnabaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 380px;
  max-width: 500px;
  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: 12;
}
.b-root .bubble-element.cmxaCaU1 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 379px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmxaCo1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 340px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .bubble-element.cmxaCp1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: rgba(84, 85, 87, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 340px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaCn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(84, 85, 87, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  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;
}
.b-root .bubble-element.cmxaCr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(235, 23, 23, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 340px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaCs1 {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  max-width: 350px;
  order: 1;
  min-height: 120px;
  max-height: 120px;
  height: 120px;
  flex-grow: 1;
  width: 350px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmxaCq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 35px;
  left: 105px;
  width: 245px;
  height: 75px;
}
.b-root .bubble-element.cmxaCu1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 90px;
  height: 90px;
}
.b-root .cmxaCu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cmxaCu1 .aspect-ratio {
}
.b-root .bubble-element.cmxaCv1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(173, 173, 173, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 105px;
  width: 245px;
  height: 30px;
}
.b-root .bubble-element.cmxaCaS1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .bubble-element.cmxaCaW1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 360px;
  max-width: 360px;
  order: 1;
  min-height: 85px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmgaKaP0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 1;
  min-height: 65px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmgaLh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 5px 0px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  order: 1;
  min-height: 65px;
  width: 85px;
  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.cmgaLm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmgaLn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmtaGaD {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--color_primary_default);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnmaSf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  max-width: 140px;
  order: 4;
  min-height: 40px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmgaKaW0 {
  gap: 1px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 30px);
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 140px;
  order: 1;
  min-height: 65px;
  width: 140px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmgaKaW0> .group-item {
  min-width: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmgaKaX0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaLaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgaLaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnmaTo {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-right-style: dashed;
  border-right-width: 1px;
  border-right-color: var(--color_cmqBS_default);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: rgba(204, 204, 204, 1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 70px;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cnmaTt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnmaTu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  order: 3;
  min-height: 25px;
  height: max-content;
  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.cnmaTy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.coaNraP {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmgaMy0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: rgba(204, 204, 204, 1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 70px;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmgaNaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmgaNaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmgaNaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmgaMs0 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: rgba(204, 204, 204, 1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 70px;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cmgaMu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmgaMv0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cmgaMw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmgaLaV {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: rgba(204, 204, 204, 1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 65px;
  width: 25px;
  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.cmgaMaX0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 5;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
  flex-grow: 1;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmgaLb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 20px;
  z-index: 5;
}
.b-root .bubble-element.cmgaLe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 45px;
  left: 0px;
  width: 25px;
  height: 25px;
  z-index: 14;
}
.b-root .bubble-element.cmgaMaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 0px;
  width: 25px;
  height: 25px;
  z-index: 15;
}
.b-root .bubble-element.cndaPaA0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  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: 360px;
  max-width: 360px;
  min-height: 100px;
}
.b-root .cndaPaA0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cndaPaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 2;
}
.b-root .bubble-element.cndaPg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 5;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 3;
}
.b-root .bubble-element.cndaPs0 {
  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: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 5;
}
.b-root .bubble-element.cndaPm0 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  width: 60px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cndaPaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cndaQaD0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 5;
}
.b-root .bubble-element.cndaQaI0 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  width: 60px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cndaQaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cndaQaO0 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 11;
  min-height: 44px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .cndaQaO0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cndaQaO0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cndaQaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  margin-left: 0px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: -5px;
  z-index: 2;
}
.b-root .bubble-element.cmxaCaX1 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmxaCaV1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  max-width: 155px;
  order: 2;
  min-height: 0px;
  width: 155px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmxaCaV1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaCaZ1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  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: 155px;
  max-width: 155px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 155px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmxaCaZ1> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaCa1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaCa1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 500px;
}
.b-root .cmxaCa1 .aspect-ratio {
}
.b-root .bubble-element.cmxaCaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaCc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaCd1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  max-width: 155px;
  order: 1;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 155px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaCb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  max-width: 130px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 130px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxaCf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 25px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaCg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  max-width: 155px;
  order: 1;
  min-height: 0px;
  width: 155px;
  flex-grow: 1;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmxaCg1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaCe1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 35px);
  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: 155px;
  max-width: 155px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 155px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmxaCe1> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaCi1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaCi1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 500px;
}
.b-root .cmxaCi1 .aspect-ratio {
}
.b-root .bubble-element.cmxaCj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 100px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaCh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaCl1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  max-width: 155px;
  order: 1;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 155px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaCm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 130px;
  max-width: 130px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 130px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxaCk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 25px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaNxc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 71px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 8;
}
.b-root .bubble-element.coaNzaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 69px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  height: 25px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.coaNzaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaNzaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 150px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaNzaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 37px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 37px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaNzaU {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmqBS_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaNzaU img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .coaNzaU .aspect-ratio {
}
.b-root .bubble-element.coaNzaY {
  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: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaNzaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 150px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaNza {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 37px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 37px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaNze {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmqBS_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaNze img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .coaNze .aspect-ratio {
}
.b-root .bubble-element.coaOaBd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaOaBi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 150px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaOaBj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 37px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 37px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaOaBk {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmqBS_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaOaBk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .coaOaBk .aspect-ratio {
}
.b-root .bubble-element.coaOaCaS {
  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: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaOaCaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 150px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaOaCaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 37px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 37px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaOaCaZ {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmqBS_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaOaCaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .coaOaCaZ .aspect-ratio {
}
.b-root .bubble-element.coaOaDaE {
  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: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaOaDaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 150px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaOaDaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 37px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 37px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaOaDaO {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmqBS_default);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaOaDaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 12px;
}
.b-root .coaOaDaO .aspect-ratio {
}
.b-root .bubble-element.cmxaCt1 {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 3;
  min-height: 140px;
  height: 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.cmgaGaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 350px;
  order: 1;
  min-height: 130px;
  height: 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.cmgaGaJ {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  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: 7px;
}
.b-root .bubble-element.cmgaGaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 48%;
  order: 1;
  min-height: 80px;
  width: 170px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmgaGaS {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 170px;
  order: 2;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 170px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 160px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 160px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgaGaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: rgba(46, 46, 46, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 150px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmosaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: rgba(46, 46, 46, 1);
  text-align: right;
  line-height: 1;
  padding: 0px 5px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 163px;
  max-width: 163px;
  order: 3;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 163px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmtaZh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmgaGaV {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmgaGaV img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 500px;
}
.b-root .cmgaGaV .aspect-ratio {
}
.b-root .bubble-element.cmtaZaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  order: 1;
  min-height: 55px;
  width: 115px;
  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.cmgaGaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 115px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 115px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgaGaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 115px;
  max-width: 115px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 115px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: rgba(46, 46, 46, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 115px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmtaZaV {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 114px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmgaGaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(46, 46, 46, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 89px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 89px;
  flex-grow: 1;
  height: 20px;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGaR {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmgaGaR img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cmgaGaR .aspect-ratio {
}
.b-root .bubble-element.cmgaGaW {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  max-width: 48%;
  order: 4;
  min-height: 80px;
  width: 170px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cmgaGaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: rgba(46, 46, 46, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 155px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: calc(100% - 5px);
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmtaZv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 170px;
  order: 1;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgaGf {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  width: 50px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .cmgaGf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cmgaGf .aspect-ratio {
}
.b-root .bubble-element.cmtaZt {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  width: 115px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmgaGaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cmgaGa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 115px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgaGb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: rgba(46, 46, 46, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  width: 115px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmtaZj {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 115px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaGaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(46, 46, 46, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  max-width: 90px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 90px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGe {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmgaGe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cmgaGe .aspect-ratio {
}
.b-root .bubble-element.cmtaZaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 10px;
  max-width: 4%;
  order: 2;
  min-height: 0px;
  width: 10px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaGg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(204, 204, 204, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 15px;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgaGh {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 350px;
  order: 6;
  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;
}
.b-root .bubble-element.cmgaGi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 16px;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaGj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 16px;
  max-height: 16px;
  width: 100px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmgaGk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  width: 100px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmgaGl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 4;
  min-height: 16px;
  max-height: 16px;
  width: 100px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmtaZaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmgaGm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 20px;
  width: 50px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmoraH0 {
  gap: 0px;
  grid-template-rows: repeat(auto-fill, minmax(20px, 1fr));
  grid-auto-columns: 25px;
  grid-auto-flow: column;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 285px;
  max-width: 285px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 285px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmoraH0> .group-item {
  min-width: 25px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmoraK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.b-root .bubble-element.coaNuaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 1px;
  order: 7;
  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: 11;
}
.b-root .bubble-element.coaMpg0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmwzaC1 {
  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: 11;
}
.b-root .bubble-element.cmwzaB1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 381px;
  max-width: 381px;
  order: 3;
  min-height: 353px;
  max-height: 353px;
  height: 353px;
  flex-grow: 1;
  width: 381px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmwxh1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(13,40,109,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  top: 271px;
  left: 260px;
  width: 110px;
  height: 40px;
  z-index: 4;
}
.b-root .bubble-element.cmwxi1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 70px;
  left: 163px;
  width: 50px;
  height: 50px;
  z-index: 6;
}
.b-root .bubble-element.cmwxg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 176px;
  left: 275px;
  width: 54px;
  height: 54px;
}
.b-root .bubble-element.cmwxk1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmwxl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmwxj1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmwxj1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwxj1 .aspect-ratio {
}
.b-root .bubble-element.cmwxn1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 78px;
  left: 166px;
  width: 54px;
  height: 54px;
  z-index: 8;
}
.b-root .bubble-element.cmwxo1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmwxm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmwxq1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cmwxq1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwxq1 .aspect-ratio {
}
.b-root .bubble-element.cmwxr1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 174px;
  left: 51px;
  width: 54px;
  height: 54px;
  z-index: 9;
}
.b-root .bubble-element.cmwxp1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmwxt1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmwxu1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cmwxu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwxu1 .aspect-ratio {
}
.b-root .bubble-element.cmwxs1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 280px;
  left: 165px;
  width: 54px;
  height: 54px;
  z-index: 10;
}
.b-root .bubble-element.cmwxw1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmwxx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmwxv1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.b-root .cmwxv1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwxv1 .aspect-ratio {
}
.b-root .bubble-element.cmwyaX1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 5px;
  width: 120px;
  height: 25px;
  z-index: 12;
}
.b-root .bubble-element.cmwyaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyaW1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 43px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyaW1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyaW1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwya1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 12px;
  left: 133px;
  width: 120px;
  height: 25px;
  z-index: 13;
}
.b-root .bubble-element.cmwyb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyaZ1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 45px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyaZ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyaZ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyd1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 260px;
  width: 120px;
  height: 25px;
  z-index: 14;
}
.b-root .bubble-element.cmwye1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyc1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 43px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyc1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyc1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwxz1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 145px;
  left: 33px;
  width: 120px;
  height: 25px;
  z-index: 15;
}
.b-root .bubble-element.cmwyaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwxy1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 38px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwxy1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwxy1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyaC1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 105px;
  left: 45px;
  width: 120px;
  height: 25px;
  z-index: 16;
}
.b-root .bubble-element.cmwyaD1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyaB1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 60px;
  width: 25px;
  height: 25px;
  z-index: 23;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyaB1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyaB1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyaF1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 105px;
  left: 219px;
  width: 120px;
  height: 25px;
  z-index: 17;
}
.b-root .bubble-element.cmwyaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyaE1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 23px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyaE1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyaE1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 145px;
  left: 229px;
  width: 120px;
  height: 25px;
  z-index: 18;
}
.b-root .bubble-element.cmwyaJ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyaH1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 57px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyaH1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyaH1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 208px;
  left: 131px;
  width: 120px;
  height: 25px;
  z-index: 20;
}
.b-root .bubble-element.cmwyh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyf1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 46px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyf1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyf1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyj1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 325px;
  left: 130px;
  width: 120px;
  height: 25px;
  z-index: 19;
}
.b-root .bubble-element.cmwyk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyi1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 46px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyi1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyi1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwym1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 60px;
  width: 120px;
  height: 25px;
  z-index: 21;
}
.b-root .bubble-element.cmwyn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 100px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyl1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 60px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyl1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyl1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyp1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 205px;
  width: 120px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 100px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmwyo1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 33px;
  width: 25px;
  height: 25px;
  z-index: 24;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cmwyo1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwyo1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwyaL1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 177px;
  left: 275px;
  width: 50px;
  height: 50px;
  z-index: 23;
}
.b-root .bubble-element.cmwyaM1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmwyaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwyaM1 .aspect-ratio {
}
.b-root .bubble-element.cmwyaK1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmwyaO1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 80px;
  left: 166px;
  width: 50px;
  height: 50px;
  z-index: 28;
}
.b-root .bubble-element.cmwyaP1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cmwyaP1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwyaP1 .aspect-ratio {
}
.b-root .bubble-element.cmwyaN1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.cmwys1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 257px;
  left: 10px;
  width: 100px;
  height: 75px;
  z-index: 25;
}
.b-root .bubble-element.cmwyt1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 60px;
  left: 0px;
  width: 100px;
  height: 15px;
  z-index: 2;
}
.b-root .bubble-element.cmwyr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 15px;
  z-index: 3;
}
.b-root .bubble-element.cmwyv1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 24px;
  width: 52px;
  height: 52px;
  z-index: 3;
}
.b-root .bubble-element.cmwyw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmwyu1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmwyu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwyu1 .aspect-ratio {
}
.b-root .bubble-element.cmwyy1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 175px;
  left: 51px;
  width: 50px;
  height: 50px;
  z-index: 29;
}
.b-root .bubble-element.cmwyz1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmwyz1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmwyz1 .aspect-ratio {
}
.b-root .bubble-element.cmwyx1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cnbfv0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 310px;
  left: 257px;
  width: 120px;
  height: 30px;
  z-index: 30;
}
.b-root .bubble-element.cnbfp0 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_cmqBS_default);
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  align-self: flex-start;
  min-width: 25px;
  max-width: 25px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cnbfp0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cnbfp0 .aspect-ratio {
}
.b-root .bubble-element.cnbgaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_surface_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 20px;
  order: 2;
  min-height: 15px;
  width: 20px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaAd1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  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.cmwzz1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 13;
  min-height: 159px;
  max-height: 159px;
  height: 159px;
  flex-grow: 1;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaAaD1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 11px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 4;
}
.b-root .cmxaAaD1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaD1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaE1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 127px;
  left: 0px;
  width: 100px;
  height: 32px;
  z-index: 14;
}
.b-root .cmxaAaE1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaE1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaC1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 11px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 15;
}
.b-root .cmxaAaC1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaC1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaF1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  order: 12;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmxaAb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaAc1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  order: 3;
  min-height: 303px;
  height: 303px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmxaAc1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmxaAc1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAa1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 6;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 20px;
  margin-top: -40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmxaAa1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAa1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaV1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 7;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmxaAaV1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaV1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaW1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 5;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaAaU1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmxaAaU1> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaAaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 17px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 20px;
  height: 30px;
  z-index: 2;
}
.b-root .bubble-element.cmxaAaZ1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 17px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #6B6B6B;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 30px;
  width: 10px;
  height: 18px;
  z-index: 3;
}
.b-root .bubble-element.cmxaAaX1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 17px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #6B6B6B;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 18px;
  z-index: 4;
}
.b-root .bubble-element.cmxaAaJ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  max-width: 360px;
  order: 4;
  min-height: 259px;
  max-height: 259px;
  height: 259px;
  flex-grow: 1;
  width: 360px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmxaAaK1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 38px;
  left: 303px;
  width: 25px;
  height: 25px;
  z-index: 13;
}
.b-root .cmxaAaK1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaK1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaI1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 38px;
  left: 38px;
  width: 25px;
  height: 25px;
  z-index: 9;
}
.b-root .cmxaAaI1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaI1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaM1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 0px;
  left: 167px;
  width: 25px;
  height: 25px;
  z-index: 11;
}
.b-root .cmxaAaM1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaM1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaN1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 51px;
  left: 113px;
  width: 25px;
  height: 25px;
  z-index: 16;
}
.b-root .cmxaAaN1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaN1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaL1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 102px;
  left: 258px;
  width: 25px;
  height: 25px;
  z-index: 14;
}
.b-root .cmxaAaL1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaL1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaP1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 51px;
  left: 221px;
  width: 25px;
  height: 25px;
  z-index: 15;
}
.b-root .cmxaAaP1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaP1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaQ1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 229px;
  left: 167px;
  width: 25px;
  height: 25px;
  z-index: 19;
}
.b-root .cmxaAaQ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaQ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaO1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 102px;
  left: 77px;
  width: 25px;
  height: 25px;
  z-index: 17;
}
.b-root .cmxaAaO1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaO1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaS1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 133px;
  left: 167px;
  width: 25px;
  height: 25px;
  z-index: 18;
}
.b-root .cmxaAaS1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaS1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaT1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 0px;
  left: 221px;
  width: 25px;
  height: 25px;
  z-index: 12;
}
.b-root .cmxaAaT1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaT1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaR1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 0px;
  left: 113px;
  width: 25px;
  height: 25px;
  z-index: 10;
}
.b-root .cmxaAaR1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaR1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzy1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 11;
  min-height: 159px;
  max-height: 159px;
  height: 159px;
  flex-grow: 1;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.b-root .bubble-element.cmwzw1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 11px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 4;
}
.b-root .cmwzw1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzw1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaA1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 11px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 7;
}
.b-root .cmxaAaA1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaA1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaB1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 127px;
  left: 0px;
  width: 100px;
  height: 32px;
  z-index: 14;
}
.b-root .cmxaAaB1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAaB1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzp1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.b-root .bubble-element.cmwzn1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 32px;
  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: 14;
}
.b-root .cmwzn1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzn1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzr1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 1;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmwzs1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmwzs1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzs1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzq1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmwzq1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzq1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzu1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 2;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmwzv1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmwzv1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzv1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzt1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .cmwzt1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzt1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAaG1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaAaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_destructive_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 291px;
  max-width: 291px;
  order: 1;
  min-height: 55px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 291px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxru {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxru .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxru .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaY1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 8;
  min-height: 405px;
  max-height: 405px;
  height: 405px;
  flex-grow: 1;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmwzc1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 11px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 3;
}
.b-root .cmwzc1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzc1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzd1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 11px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 4;
}
.b-root .cmwzd1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzd1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzb1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 102px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 5;
}
.b-root .cmwzb1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzb1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzf1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 194px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 6;
}
.b-root .cmwzf1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzf1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzg1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 56px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 7;
}
.b-root .cmwzg1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzg1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwze1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 102px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 9;
}
.b-root .cmwze1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwze1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzi1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 194px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 11;
}
.b-root .cmwzi1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzi1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzj1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(48, 121, 237, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 148px;
  left: 179px;
  width: 160px;
  height: 32px;
  z-index: 13;
}
.b-root .cmwzj1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzj1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzh1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 365px;
  left: 0px;
  width: 100px;
  height: 32px;
  z-index: 14;
}
.b-root .cmwzh1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzh1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzl1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 56px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 15;
}
.b-root .cmwzl1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzl1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzm1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 148px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 16;
}
.b-root .cmwzm1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzm1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzk1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 240px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 17;
}
.b-root .cmwzk1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzk1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzo1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 286px;
  left: 0px;
  width: 160px;
  height: 32px;
  z-index: 18;
}
.b-root .cmwzo1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzo1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaVaO1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  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: 11;
}
.b-root .bubble-element.cmxaWm1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 381px;
  max-width: 381px;
  order: 1;
  min-height: 353px;
  max-height: 353px;
  height: 353px;
  flex-grow: 1;
  width: 381px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmxaVaT1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 70px;
  left: 163px;
  width: 50px;
  height: 50px;
  z-index: 6;
}
.b-root .bubble-element.cmxaVaR1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 176px;
  left: 275px;
  width: 54px;
  height: 54px;
  z-index: 7;
}
.b-root .bubble-element.cmxaVaV1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmxaVaW1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxaVaU1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmxaVaU1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaVaU1 .aspect-ratio {
}
.b-root .bubble-element.cmxaVaY1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 78px;
  left: 166px;
  width: 54px;
  height: 54px;
  z-index: 8;
}
.b-root .bubble-element.cmxaVaZ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmxaVaX1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxaVb1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cmxaVb1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaVb1 .aspect-ratio {
}
.b-root .bubble-element.cmxaVc1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 174px;
  left: 51px;
  width: 54px;
  height: 54px;
  z-index: 9;
}
.b-root .bubble-element.cmxaVa1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmxaVe1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxaVf1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cmxaVf1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaVf1 .aspect-ratio {
}
.b-root .bubble-element.cmxaVd1 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  top: 280px;
  left: 165px;
  width: 54px;
  height: 54px;
  z-index: 10;
}
.b-root .bubble-element.cmxaVh1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.b-root .bubble-element.cmxaVi1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxaVg1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.b-root .cmxaVg1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaVg1 .aspect-ratio {
}
.b-root .bubble-element.cmxaWaE1 {
  visibility: hidden;
  padding: 10px 0px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(213, 149, 149, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(169, 68, 66, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
  top: 254px;
  left: 110px;
  width: 159px;
  height: 61px;
  z-index: 11;
}
.b-root .bubble-element.cmxaWaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 50px;
  left: 5px;
  width: 120px;
  height: 25px;
  z-index: 12;
}
.b-root .bubble-element.cmxaWaJ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaH1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 43px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaH1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaH1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 12px;
  left: 133px;
  width: 120px;
  height: 25px;
  z-index: 13;
}
.b-root .bubble-element.cmxaWaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaK1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 45px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaK1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaK1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWaO1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 50px;
  left: 260px;
  width: 120px;
  height: 25px;
  z-index: 14;
}
.b-root .bubble-element.cmxaWaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaN1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 43px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaN1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaN1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaVk1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 33px;
  width: 120px;
  height: 25px;
  z-index: 15;
}
.b-root .bubble-element.cmxaVl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaVj1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 38px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaVj1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaVj1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaVn1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 105px;
  left: 45px;
  width: 120px;
  height: 25px;
  z-index: 16;
}
.b-root .bubble-element.cmxaVo1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaVm1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 60px;
  width: 25px;
  height: 25px;
  z-index: 23;
}
.b-root .cmxaVm1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaVm1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaVq1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 105px;
  left: 219px;
  width: 120px;
  height: 25px;
  z-index: 17;
}
.b-root .bubble-element.cmxaVr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaVp1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 23px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaVp1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaVp1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaVt1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 229px;
  width: 120px;
  height: 25px;
  z-index: 18;
}
.b-root .bubble-element.cmxaVu1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaVs1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 72px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaVs1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaVs1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWaR1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 208px;
  left: 131px;
  width: 120px;
  height: 25px;
  z-index: 20;
}
.b-root .bubble-element.cmxaWaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaQ1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 46px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaQ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaQ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWaU1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 325px;
  left: 130px;
  width: 120px;
  height: 25px;
  z-index: 19;
}
.b-root .bubble-element.cmxaWaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 5px;
  width: 110px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaT1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 46px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaT1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaT1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWaX1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 15px;
  left: 60px;
  width: 120px;
  height: 25px;
  z-index: 21;
}
.b-root .bubble-element.cmxaWaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 100px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaW1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 60px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaW1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaW1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWa1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 15px;
  left: 205px;
  width: 120px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 100px;
  height: 25px;
  z-index: 22;
}
.b-root .bubble-element.cmxaWaZ1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 0px;
  left: 33px;
  width: 25px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaZ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaZ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaVw1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 177px;
  left: 275px;
  width: 50px;
  height: 50px;
  z-index: 23;
}
.b-root .bubble-element.cmxaVx1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmxaVx1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaVx1 .aspect-ratio {
}
.b-root .bubble-element.cmxaVv1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxaVz1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 80px;
  left: 166px;
  width: 50px;
  height: 50px;
  z-index: 28;
}
.b-root .bubble-element.cmxaWaA1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cmxaWaA1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaWaA1 .aspect-ratio {
}
.b-root .bubble-element.cmxaVy1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.cmxaWaC1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 314px;
  left: 270px;
  width: 100px;
  height: 25px;
  z-index: 24;
}
.b-root .cmxaWaC1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaWaC1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaWd1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 257px;
  left: 10px;
  width: 100px;
  height: 75px;
  z-index: 25;
}
.b-root .bubble-element.cmxaWe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 60px;
  left: 0px;
  width: 100px;
  height: 15px;
  z-index: 2;
}
.b-root .bubble-element.cmxaWc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 12px;
  font-weight: 400;
  color: var(--color_surface_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 15px;
  z-index: 3;
}
.b-root .bubble-element.cmxaWg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 24px;
  width: 52px;
  height: 52px;
  z-index: 3;
}
.b-root .bubble-element.cmxaWh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxaWf1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmxaWf1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaWf1 .aspect-ratio {
}
.b-root .bubble-element.cmxaWaD1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: rgba(66,67,66,1);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77,76,76,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  top: 277px;
  left: 256px;
  width: 119px;
  height: 38px;
  z-index: 26;
}
.b-root .bubble-element.cmxaWaB1 {
  color: var(--color_primary_contrast_default);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 292px;
  left: 123px;
  width: 18px;
  height: 19px;
  z-index: 5;
}
.b-root .bubble-element.cmxaWaF1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(10, 10, 10, 1);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107, 107, 107, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  top: 291px;
  left: 10px;
  width: 115px;
  height: 35px;
  z-index: 3;
}
.b-root .bubble-element.cmxaWaG1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(10, 10, 10, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107, 107, 107, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  top: 291px;
  left: 255px;
  width: 115px;
  height: 35px;
  z-index: 27;
}
.b-root .bubble-element.cmxaWj1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 175px;
  left: 51px;
  width: 50px;
  height: 50px;
  z-index: 29;
}
.b-root .bubble-element.cmxaWk1 {
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.b-root .cmxaWk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 30px;
}
.b-root .cmxaWk1 .aspect-ratio {
}
.b-root .bubble-element.cmxaWi1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Oswald';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.cmxoi0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(112,4,5,1);
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  opacity: 1;
  cursor: pointer;
  top: 236px;
  left: 294px;
  width: 65px;
  height: 65px;
  z-index: 4;
}
.b-root .bubble-element.cnddaK {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: rgba(10, 10, 10, 1);
  text-align: center;
  line-height: 1.5;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107, 107, 107, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  top: 265px;
  left: 10px;
  width: 90px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.cmwzaA1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 15px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 25px 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmwzaE1 {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 6;
  min-height: 53px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmwzaE1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaE1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaF1 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 5;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cmwzaD1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmwzaD1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaD1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaH1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cmwzaH1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaH1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaI1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 10;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.b-root .cmwzaI1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaI1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaG1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 2;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cmwzaK1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmwzaK1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaK1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaL1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .cmwzaL1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaL1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaJ1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 3;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmwzaN1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmwzaN1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaN1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaO1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .cmwzaO1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaO1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaM1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 4;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cmwzaQ1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmwzaQ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaQ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaR1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmwzaR1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaR1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaP1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 7;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmwzaT1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .cmwzaT1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaT1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaU1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .cmwzaU1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaU1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaS1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 8;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmwzaW1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .cmwzaW1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaW1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaX1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .cmwzaX1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaX1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwzaV1 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 338px;
  max-width: 338px;
  order: 9;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 338px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmwzaZ1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cmwzaZ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwzaZ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmwza1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 160px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cmwza1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmwza1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxnaK1 {
  overflow: visible;
  justify-content: space-around;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 6px;
  margin-right: 20px;
  margin-bottom: 7px;
  z-index: 25;
}
.b-root .bubble-element.cmxnh1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmxnaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(204,204,204,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 18px;
  width: 30px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnj1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  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: 26;
}
.b-root .bubble-element.cmxmz1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(204,204,204,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  order: 2;
  min-height: 18px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnr1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 27;
}
.b-root .bubble-element.cmxnb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(204,204,204,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 2;
  min-height: 18px;
  width: 75px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnw1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 80px;
  order: 10;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cmxne1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxnaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(204, 204, 204, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 18px;
  width: 55px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmxaCx1 {
  min-width: 159px;
  max-width: 159px;
  min-height: 80px;
  max-height: 80px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2123;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px;
}
.b-root .bubble-element.cmxaCy1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 12px;
  left: 13px;
  width: 60px;
  height: 23px;
  z-index: 2;
}
.b-root .cmxaCy1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaCy1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaCw1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 12px;
  left: 86px;
  width: 60px;
  height: 23px;
  z-index: 3;
}
.b-root .cmxaCw1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaCw1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaA1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 46px;
  left: 50px;
  width: 60px;
  height: 23px;
  z-index: 4;
}
.b-root .cmxaDaA1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaA1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaCaT1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px 0px 25px 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: 365px;
  max-width: 450px;
  min-height: 400px;
}
.b-root .cmxaCaT1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cmxaAh1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmxaAi1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 1;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaAg1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 104px;
  max-width: 104px;
  order: 6;
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  flex-grow: 1;
  width: 104px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaAk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 20px;
}
.b-root .bubble-element.cmxaAl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 30px;
  height: 20px;
}
.b-root .bubble-element.cmxaAj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 42px;
  left: 0px;
  width: 30px;
  height: 20px;
}
.b-root .bubble-element.cmxaAn1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 1px;
  left: 31px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAn1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAo1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 1px;
  left: 48px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAo1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAm1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 1px;
  left: 65px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAm1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAq1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 23px;
  left: 31px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAq1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAr1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 23px;
  left: 48px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAr1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAp1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 44px;
  left: 31px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAp1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAt1 {
  visibility: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 44px;
  left: 48px;
  width: 16px;
  height: 16px;
}
.b-root .cmxaAt1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAu1 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmxaAu1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAs1 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmxaAs1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAw1 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 5;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmxaAw1 .aspect-ratio {
}
.b-root .bubble-element.cmxaAx1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 2;
  min-height: 333px;
  max-height: 333px;
  height: 333px;
  flex-grow: 1;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cmxaAv1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 339px;
  height: 21px;
  z-index: 4;
}
.b-root .bubble-element.cmxaAz1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 339px;
  height: 303px;
  z-index: 2;
}
.b-root .cmxaAz1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cmxaAz1 .aspect-ratio {
}
.b-root .bubble-element.cmxaBaA1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 127px;
  left: 49px;
  width: 25px;
  height: 25px;
  z-index: 9;
}
.b-root .cmxaBaA1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaA1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaAy1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 90px;
  left: 104px;
  width: 25px;
  height: 25px;
  z-index: 10;
}
.b-root .cmxaAy1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaAy1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaC1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 67px;
  left: 157px;
  width: 25px;
  height: 25px;
  z-index: 11;
}
.b-root .cmxaBaC1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaC1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaD1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 90px;
  left: 208px;
  width: 25px;
  height: 25px;
  z-index: 12;
}
.b-root .cmxaBaD1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaD1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaB1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 127px;
  left: 260px;
  width: 25px;
  height: 25px;
  z-index: 13;
}
.b-root .cmxaBaB1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaB1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaF1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 199px;
  left: 225px;
  width: 25px;
  height: 25px;
  z-index: 14;
}
.b-root .cmxaBaF1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaF1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaG1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 163px;
  left: 196px;
  width: 25px;
  height: 25px;
  z-index: 15;
}
.b-root .cmxaBaG1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaG1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaE1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 163px;
  left: 112px;
  width: 25px;
  height: 25px;
  z-index: 16;
}
.b-root .cmxaBaE1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaE1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaI1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 199px;
  left: 87px;
  width: 25px;
  height: 25px;
  z-index: 17;
}
.b-root .cmxaBaI1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaI1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaJ1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 219px;
  left: 157px;
  width: 25px;
  height: 25px;
  z-index: 18;
}
.b-root .cmxaBaJ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaJ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaH1 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(35, 61, 133, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  top: 301px;
  left: 157px;
  width: 25px;
  height: 25px;
  z-index: 19;
}
.b-root .cmxaBaH1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaH1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaL1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  order: 11;
  min-height: 130px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cmxaBaL1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaBaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 3;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmxaBaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 2;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxaBaO1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  order: 4;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaBaO1> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaBaP1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 250px;
  order: 1;
  min-height: 25px;
  width: 250px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.cmxaBaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 150px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 150px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmxaBaR1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 2;
  min-height: 23px;
  max-height: 23px;
  width: 75px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cndsq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22,51,126,1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 115px;
  max-width: 115px;
  order: 5;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 115px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaBaS1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  order: 6;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
  z-index: 7;
}
.b-root .cmxaBaS1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaBaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 3;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmxaBaU1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 2;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmxaBaV1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  order: 4;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaBaV1> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaBaT1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 213px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 213px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmxaBaX1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 93px;
  max-width: 93px;
  order: 2;
  min-height: 28px;
  width: 93px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cmxaBaX1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaX1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBaY1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 1;
  min-height: 379px;
  max-height: 379px;
  height: 379px;
  flex-grow: 1;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaBaW1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 339px;
  max-width: 339px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 8;
}
.b-root .bubble-element.cmxaBa1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 3;
  min-height: 54px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.cmxaBb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 2;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.cmxaBaZ1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 209px;
  max-width: 209px;
  order: 4;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 209px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 5;
}
.b-root .cmxaBaZ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBaZ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBd1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 1;
  min-height: 221px;
  max-height: 221px;
  height: 221px;
  flex-grow: 1;
  width: 339px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmxaBe1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 209px;
  max-width: 209px;
  order: 5;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 209px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmxaBe1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaBe1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaBc1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 9;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .cmxaBc1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaBg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 4;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cmxaBh1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 318px;
  max-width: 318px;
  order: 6;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 318px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmxaBf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 318px;
  height: 27px;
  z-index: 4;
}
.b-root .bubble-element.cmxaBj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 318px;
  height: 31px;
  z-index: 2;
}
.b-root .bubble-element.cmxaBk1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 35px);
  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: 317px;
  order: 5;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cmxaBk1> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaBi1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 317px;
  order: 1;
  min-height: 35px;
  width: 317px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaBm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(204, 204, 204, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 19px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaBn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 248px;
  max-width: 248px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 248px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaBl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 19px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cndraQ {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cndraW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 1;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cndrc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cndri {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  padding: 0px 10px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 1;
  min-height: 25px;
  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.cndro {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 75px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cndtaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cndtaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  padding: 0px 10px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 50px;
  order: 1;
  min-height: 25px;
  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.cndtaT {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 75px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxqy {
  font-family: 'Arial';
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 4;
  min-height: 36px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 14;
}
.b-root .cmxqy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxqy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cndtaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 115px;
  max-width: 115px;
  order: 7;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 115px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmxaCaI1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 10;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cmxaCaI1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaCaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  max-width: 339px;
  order: 4;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 339px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 13;
}
.b-root .bubble-element.cmxaCaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 28px;
  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: 2;
}
.b-root .bubble-element.cmxaCaL1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 45px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 339px;
  order: 5;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaCaL1> .group-item {
  min-height: 45px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaCaJ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 213px;
  max-width: 213px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 213px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cmxaCaN1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  align-self: center;
  min-width: 93px;
  max-width: 93px;
  order: 2;
  min-height: 28px;
  width: 93px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cmxaCaN1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaCaN1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaCaO1 {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 2px 0px 2px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 365px;
  max-width: 450px;
  order: 2;
  min-height: 31px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cmxaCaM1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 38px;
  max-width: 38px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  width: 38px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cmosaR0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 13px;
  left: 23px;
  width: 10px;
  height: 10px;
  z-index: 7;
}
.b-root .cmosaR0 .aspect-ratio {
}
.b-root .bubble-element.cmosaP0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 3px;
  left: 14px;
  width: 10px;
  height: 10px;
  z-index: 8;
}
.b-root .cmosaP0 .aspect-ratio {
}
.b-root .bubble-element.cmosaT0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 13px;
  left: 5px;
  width: 10px;
  height: 10px;
  z-index: 9;
}
.b-root .cmosaT0 .aspect-ratio {
}
.b-root .bubble-element.cmxaCaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 29px;
  max-width: 29px;
  order: 4;
  min-height: 28px;
  width: 29px;
  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.cmxaCaR1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_primary_contrast_default);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 1;
  min-height: 28px;
  max-height: 28px;
  width: 50px;
  flex-grow: 1;
  height: 28px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmxaCaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  color: var(--color_primary_contrast_default);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 221px;
  max-width: 221px;
  order: 3;
  min-height: 28px;
  max-height: 28px;
  width: 221px;
  flex-grow: 1;
  height: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cmxaBp1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 331px;
  max-width: 331px;
  order: 12;
  min-height: 520px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 331px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cmxaBp1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmxaBq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 53px;
  max-width: 53px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 53px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmxaBo1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 91px;
  max-width: 91px;
  order: 1;
  min-height: 15px;
  max-height: 15px;
  height: 15px;
  flex-grow: 1;
  width: 91px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmxaBs1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 34.55555555555556px);
  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: 200px;
  max-width: 200px;
  order: 5;
  min-height: 311px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmxaBs1> .group-item {
  min-height: 34.55555555555556px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmxaBt1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 23px;
  width: 15px;
  height: 25px;
  z-index: 2;
}
.b-root .bubble-element.cmxaBr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 121px;
  width: 15px;
  height: 25px;
  z-index: 3;
}
.b-root .bubble-element.cmxaBv1 {
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 6px;
  left: 18px;
  width: 30px;
  height: 22px;
  z-index: 12;
}
.b-root .bubble-element.cmxaBw1 {
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 3px;
  left: 110px;
  width: 30px;
  height: 22px;
  z-index: 13;
}
.b-root .bubble-element.cmxaBu1 {
  color: rgba(51, 51, 51, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 4px;
  left: 175px;
  width: 25px;
  height: 21px;
  z-index: 14;
}
.b-root .bubble-element.cmxaBy1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 53px;
  max-width: 53px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 53px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaBz1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 7;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmxaBx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  max-width: 44px;
  order: 8;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmxaCaB1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 6;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cmxaCaC1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 10;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cmxaCaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  max-width: 44px;
  order: 11;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmxaCaE1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 9;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmxaCaF1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 12;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmxaCaD1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 10px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  max-width: 44px;
  order: 14;
  min-height: 15px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cmxaCaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 13;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cndcg {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 360px;
  order: 13;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .cndcg> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cndci {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 242px;
  max-width: 242px;
  order: 3;
  min-height: 28px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 242px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.cndcs {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 35px);
  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: 317px;
  order: 4;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cndcs> .group-item {
  min-height: 35px;
  box-sizing: content-box;
}
.b-root .bubble-element.cndct {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 317px;
  order: 1;
  min-height: 35px;
  width: 317px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cndcu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(204, 204, 204, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 19px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cndcy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(44, 78, 162, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 248px;
  max-width: 248px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 248px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cndcz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 19px;
  max-width: 19px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 19px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnddaA {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  align-self: flex-end;
  min-width: 100px;
  max-width: 100px;
  order: 6;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cnddaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnddaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaB1 {
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 0px 30px 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 300px;
  min-height: 0px;
}
.b-root .cmxaDaB1.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.cmxaCz1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.b-root .cmxaCz1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaCz1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaD1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaDaE1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaDaE1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaE1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaC1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 258px;
  max-width: 258px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 258px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaDaG1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 6;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaDaG1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaG1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaH1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaDaH1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaH1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaF1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaDaF1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaF1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaJ1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaDaJ1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaJ1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaK1 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 258px;
  max-width: 258px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 258px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmxaDaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 50px;
  width: 208px;
  height: 35px;
  z-index: 39;
}
.b-root .bubble-element.cmxaDaM1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
}
.b-root .cmxaDaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cmxaDaM1 .aspect-ratio {
}
.b-root .bubble-element.cmxaDaN1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 35px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmxaDaN1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmxaDaN1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaL1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 15px 25px 15px;
  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: 0px;
  max-width: 480px;
  min-height: 438px;
  max-height: 438px;
}
.b-root .cmxaDaL1.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.cmabh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 21px;
  max-width: 21px;
  order: 1;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 21px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: -10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cmamy {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 270px;
  order: 2;
  min-height: 100px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cmamy> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmamm {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 3;
  min-height: 110px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cndzaC {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 1;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cmabaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  max-width: 215px;
  order: 1;
  min-height: 24px;
  width: 215px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmabaS {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 48px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cndzaN {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 2;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.cmabb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  max-width: 215px;
  order: 1;
  min-height: 24px;
  width: 215px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmabaY {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  width: 48px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgzaC {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 2;
  min-height: 154px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cmabaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 192px;
  max-width: 192px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 192px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmabaP {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  align-self: center;
  min-width: 140px;
  max-width: 140px;
  order: 3;
  min-height: 23px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 140px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.b-root .cmabaPinput {
}
.b-root .cmabaP .icon-item {
}
.b-root .cmabaP label {
}
.b-root .bubble-element.cmabe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 245px;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cndyu {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 2;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmabaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 21px;
  max-height: 21px;
  width: 55px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgzaX {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 269px;
  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;
}
.b-root .bubble-element.cmgzaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 192px;
  max-width: 192px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 192px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmgzaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 252px;
  max-width: 252px;
  order: 2;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 252px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkoaT {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  max-width: 270px;
  order: 5;
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  flex-grow: 1;
  width: 270px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmkoaL0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Oswald';
  font-size: 24px;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 0px;
  left: 44px;
  width: 48px;
  height: 50px;
}
.b-root .bubble-element.cmkoaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 17px;
  left: 0px;
  width: 43px;
  height: 24px;
}
.b-root .bubble-element.cmkoaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 115px;
  width: 55px;
  height: 20px;
}
.b-root .bubble-element.cmkoc {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Oswald';
  font-size: 17px;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 0px;
  left: 171px;
  width: 48px;
  height: 24px;
}
.b-root .bubble-element.cmkof {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 33px;
  left: 115px;
  width: 55px;
  height: 23px;
}
.b-root .bubble-element.cmkoi {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(217, 217, 217, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Oswald';
  font-size: 17px;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  top: 32px;
  left: 171px;
  width: 48px;
  height: 24px;
}
.b-root .bubble-element.cndzaY {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cmcaLu {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 1;
  min-height: 40px;
  width: 125px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmcaLu .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmcaLu .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmgzaR {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 40px;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmgzaR .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmgzaR .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmabaM {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 78px;
  max-width: 78px;
  order: 3;
  min-height: 40px;
  width: 78px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmabaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmabaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cneaCaB {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 60px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 280px;
  order: 8;
  min-height: 90px;
  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: 7;
}
.b-root .cneaCaB> .group-item {
  min-height: 60px;
  box-sizing: content-box;
}
.b-root .bubble-element.cneaCg {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
  min-height: 48px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 280px;
  height: auto;
  visibility: hidden;
  padding: 10px 0px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(163, 212, 142, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(60, 118, 61, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.cnmaSw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 6;
  min-height: 110px;
  width: 270px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.cnmaSy {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 1;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.cnmaTaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  max-width: 215px;
  order: 2;
  min-height: 24px;
  width: 215px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cneaCaI {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 3;
  min-height: 48px;
  max-height: 48px;
  width: 60px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnmaTaE {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 2;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.cnmaTaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 215px;
  max-width: 215px;
  order: 1;
  min-height: 24px;
  width: 215px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cneaCaO {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 48px;
  max-height: 48px;
  width: 60px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cneaCaT {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-end;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 30px;
  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: 6;
}
.b-root .cneaCaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cneaCaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnniu {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  order: 2;
  min-height: 25px;
  width: 300px;
  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.cneaCaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnnio {
  color: var(--color_destructive_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 15px;
  max-width: 15px;
  order: 2;
  min-height: 15px;
  max-height: 15px;
  width: 15px;
  flex-grow: 1;
  height: 15px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnnjaC0 {
  overflow: visible;
  justify-content: center;
  row-gap: 10px;
  column-gap: 20px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  order: 5;
  min-height: 40px;
  width: 300px;
  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.cnnjaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  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.cnnjaO0 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 3;
  min-height: 25px;
  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 .cnnjaO0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnnjaO0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnnjaU0 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 220, 220, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  order: 2;
  min-height: 25px;
  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 .cnnjaU0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnnjaU0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnlaYi {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 90px;
  max-width: 90px;
  order: 4;
  min-height: 34px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnlaYi .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnlaYi .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmanaM {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 3;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cmanaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 192px;
  max-width: 192px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 192px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmanaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 270px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmanaW {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmanaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmanaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmxaDaQ1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 340px;
  max-width: 340px;
  min-height: 270px;
  max-height: 270px;
}
.b-root .cmxaDaQ1.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.cmuaSaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(44, 78, 162, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaSaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 23px;
  max-width: 23px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaSaT1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 3;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaSaV1 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  max-width: 110px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 110px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cmuaSaW1 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: 100px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmuaSaU1 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(192, 192, 192, 1);
  border-top-left-radius: 5px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(217, 217, 217, 1);
  border-top-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-right-radius: 5px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(217, 217, 217, 1);
  border-bottom-left-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  padding: 0px 5px 0px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 30px;
  max-width: 30px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cmuaSaY1 {
  color: rgba(6, 176, 116, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cmuaUq0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 305px;
  max-width: 305px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 305px;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 2;
}
.b-root .bubble-element.cmuaSa1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 1;
  min-height: 115px;
  max-height: 115px;
  width: 75px;
  flex-grow: 1;
  height: 115px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaSf1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 40px;
  -moz-border-radius: 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 1;
  min-height: 75px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .cmuaSf1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 40px;
}
.b-root .cmuaSf1 .aspect-ratio {
}
.b-root .bubble-element.cmuaSd1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 75px;
  max-width: 75px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmuaSd1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaSd1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaXk0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 3;
  min-height: 65px;
  width: 220px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaXn0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 2;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmuaXr0 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 122px;
  max-width: 122px;
  order: 1;
  min-height: 25px;
  width: 122px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmuaXr0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaXr0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaXp0 {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 187px;
  min-height: 34px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  height: auto;
  visibility: hidden;
  padding: 10px 0px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(163, 212, 142, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(60, 118, 61, 1);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.cmuaXs0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 210px;
  max-width: 210px;
  order: 1;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 210px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cmuaXq0 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 55px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmuaXq0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaXq0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaXu0 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 50, 42, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 55px;
  max-width: 55px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 55px;
  flex-grow: 1;
  height: 25px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cmuaXu0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaXu0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaXt0 {
  visibility: hidden;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 104, 166, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 128px;
  max-width: 128px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 128px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cmuaXt0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaXt0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaYm0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 3;
  min-height: 70px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cmuaYm0> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cmuaYr0 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 30px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 2;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cmuaYr0> .group-item {
  min-height: 30px;
  box-sizing: content-box;
}
.b-root .bubble-element.cmuaYp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 185px;
  max-width: 185px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 185px;
  flex-grow: 1;
  height: 21px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaYt0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(204, 204, 204, 1);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 20px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cmuaYu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cmuaVaU1 {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  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: 360px;
  max-width: 360px;
  min-height: 470px;
  max-height: 470px;
}
.b-root .cmuaVaU1.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cmuaVaZ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 20px;
  width: 320px;
  height: 400px;
  z-index: 20;
}
.b-root .bubble-element.cmuaVc1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 346px;
  left: 75px;
  width: 169px;
  height: 47px;
  z-index: 19;
}
.b-root .cmuaVc1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaVc1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaVa1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 7px;
  left: 20px;
  width: 280px;
  height: 31px;
  z-index: 20;
}
.b-root .bubble-element.cmuaVaX1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 296px;
  left: 100px;
  width: 120px;
  height: 25px;
}
.b-root .bubble-element.cmuaVe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 259px;
  left: 50px;
  width: 220px;
  height: 27px;
}
.b-root .bubble-element.cmuaVf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(44, 78, 162, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 2px;
  left: 50px;
  width: 120px;
  height: 25px;
}
.b-root .bubble-element.cmuaVd1 {
  color: rgba(119, 119, 119, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 1px;
  left: 190px;
  width: 30px;
  height: 25px;
}
.b-root .bubble-element.cmuaVh1 {
  color: rgba(119, 119, 119, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 1px;
  left: 0px;
  width: 30px;
  height: 25px;
}
.b-root .bubble-element.cmuaVi1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 41px;
  left: 27px;
  width: 317px;
  height: 428px;
  z-index: 22;
}
.b-root .bubble-element.cmuaVk1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(207, 207, 207, 1);
  border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 1;
  top: 63px;
  left: 101px;
  width: 100px;
  height: 100px;
  z-index: 21;
}
.b-root .cmuaVk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 50px;
}
.b-root .cmuaVk1 .aspect-ratio {
}
.b-root .bubble-element.cmuaVl1 {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.19);
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 153, 71, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -moz-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -o-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  -ms-transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  cursor: pointer;
  top: 199px;
  left: 66px;
  width: 169px;
  height: 47px;
  z-index: 20;
}
.b-root .cmuaVl1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cmuaVl1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cmuaVj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 6px;
  left: 16px;
  width: 285px;
  height: 29px;
  z-index: 23;
}
.b-root .bubble-element.cmuaVg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 259px;
  left: 132px;
  width: 43px;
  height: 22px;
  z-index: 24;
}
.b-root .bubble-element.cmuaVn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 24px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 3px;
  left: 331px;
  width: 25px;
  height: 25px;
}
.b-root .bubble-element.cmxan1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmxas1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 50%;
  order: 2;
  min-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmxaq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  text-align: center;
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 50%;
  order: 1;
  min-height: 35px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  z-index: 22;
}
.b-root .bubble-element.cnaaUo0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #6B6B6B;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaaUq0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 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.cnaaUu0 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  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;
}
.b-root .bubble-element.cnaaUv0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 1;
  min-height: 20px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cnaaUw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 45px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaaVaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnaaVaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaaVaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaaVaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnaaVaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnaaVaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cnaaVaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 8;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnaaVaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaaVaO0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  order: 2;
  min-height: 20px;
  width: 340px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cnaaVaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 45px;
  max-width: 45px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 45px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cnaaVaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cnaaVaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cnaaVaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  padding: 0px -5px 0px -5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 20px;
  max-height: 20px;
  width: 40px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaaVaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 7;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cnaaVa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnaaVe0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 6;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cnaaVf0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 8;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cnaaVg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 9;
  min-height: 20px;
  max-height: 20px;
  width: 35px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cnaaXaA0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 340px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaXaE0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 65px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 155px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  padding: 0px -5px 0px -5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 110px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 65px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaL0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 155px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaM0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 110px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 200px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 200px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 245px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaXaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 245px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVk0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 340px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaVl0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 65px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 155px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVq0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  padding: 0px -5px 0px -5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 110px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 65px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 155px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVw0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 110px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 200px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaVy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 200px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 245px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 245px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaE0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 340px;
  max-width: 340px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 340px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaWaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 10px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 200px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaK0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  padding: 0px -5px 0px -5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 101px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 200px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 101px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 245px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaV0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 245px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 290px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 290px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 55px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 55px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 149px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 149px;
  width: 45px;
  height: 20px;
}
.b-root .bubble-element.cnaaWi0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnaaWm0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnaaWn0 {
  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: 48px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnaaWo0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 21px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  height: 30px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaWs0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(204,204,205,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaaWt0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .cnaaWt0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cnaaWt0 .aspect-ratio {
}
.b-root .bubble-element.cnaaWu0 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  width: 60px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaaWu0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 500px;
}
.b-root .cnaaWu0 .aspect-ratio {
}
.b-root .bubble-element.cnaaWy0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 55px;
  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.cnaaWz0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: flex-start;
  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;
}
.b-root .cnaaWz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  border-radius: 500px;
}
.b-root .cnaaWz0 .aspect-ratio {
}
