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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  font-display: "block";
  src: url("https://907f9cac5e83c3cfa52e31f976a4f9e2.cdn.bubble.io/f1499272454677x357274544658139300/ionicons.eot");
  src: url("https://907f9cac5e83c3cfa52e31f976a4f9e2.cdn.bubble.io/f1499272886250x158303603297099460/ionicons.eot") format("embedded-opentype"), url("https://907f9cac5e83c3cfa52e31f976a4f9e2.cdn.bubble.io/f1499272922381x868922997266054100/ionicons.ttf") format("truetype"), url("https://907f9cac5e83c3cfa52e31f976a4f9e2.cdn.bubble.io/f1499272961822x801320437341928400/ionicons.woff") format("woff"), url("https://907f9cac5e83c3cfa52e31f976a4f9e2.cdn.bubble.io/f1499273020752x438600089401006700/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/*# sourceMappingURL=ionicons.min.css.map */

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

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

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

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

/*# sourceMappingURL=material-icons.css.map */

body {--stylesheet-active: true;}
.b-root .bubble-element.coaAqaC1 {
  background-color: rgba(239,239,241,0.2);
  min-width: 0px;
  min-height: 100%;
  min-height: max(0px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  justify-content: flex-start;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Lato";
  --color_primary_default: rgba(2, 5, 211, 1);
  --color_primary_default_rgb: 2,5,211;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9,23,71;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255,255,255;
  --color_background_default: rgba(255, 255, 255, 0);
  --color_background_default_rgb: 255,255,255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255,0,0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23,219,78;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250,181,21;
}
.b-root .bubble-element.coaAuaI1 {
  width: initial;
  min-width: 0px;
  min-height: 1020px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-left: auto;
  position: fixed;
  margin-bottom: auto;
  margin-top: auto;
  overflow-y: auto;
  z-index: 1504;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.coaAuaJ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 375px;
  max-width: 375px;
  min-height: 950px;
  width: 375px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaAuaH1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: center;
  min-width: 375px;
  max-width: 375px;
  min-height: 950px;
  max-height: 950px;
  width: 375px;
  height: 950px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaAsc1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 14px;
  -moz-border-radius: 14px;
  padding: 30px 30px 30px 30px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 600px;
  min-height: 0px;
}
.b-root .coaAsc1.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.cnaHyk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  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: 0px;
  z-index: 20;
}
.b-root .bubble-element.cnaHym {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 34px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 16;
}
.b-root .bubble-element.cnaHyn {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 98px;
  max-width: 98px;
  order: 2;
  min-height: 34px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 98px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .cnaHyn .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaHyn .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaAsd1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 375px;
  min-height: 209px;
}
.b-root .coaAsd1.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.cnaHzaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 318px;
  max-width: 318px;
  order: 2;
  min-height: 97px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 318px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 14;
}
.b-root .bubble-element.cnaHzc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  height: 26px;
  flex-grow: 1;
  width: 26px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .cnaHzc img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaHzc .aspect-ratio {
}
.b-root .bubble-element.cnaHzf {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 3;
  min-height: 34px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 170px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 14;
}
.b-root .cnaHzf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaHzf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaAqk1 {
  overflow: visible;
  justify-content: center;
  row-gap: 15px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  -webkit-transition: margin-top 400ms ease;
  -moz-transition: margin-top 400ms ease;
  -o-transition: margin-top 400ms ease;
  -ms-transition: margin-top 400ms ease;
  transition: margin-top 400ms ease;
  align-self: center;
  min-width: 0px;
  max-width: 960px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.coaAqaG1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 960px;
  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: 70;
}
.b-root .bubble-element.coaAqaH1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 7px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  order: 3;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaAqaF1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 650px;
  order: 3;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaAqaJ1 {
  overflow: visible;
  justify-content: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(237, 239, 244, 1);
  border-top-left-radius: 14px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(237,239,244,1);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(237, 239, 244, 1);
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 25px;
  max-width: 244px;
  order: 1;
  min-height: 36px;
  max-height: 36px;
  width: 25px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaAqaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(137, 119, 171, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAqaI1 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(237, 239, 244, 1);
  border-top-left-radius: 14px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(237, 239, 244, 1);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 244px;
  order: 4;
  min-height: 36px;
  max-height: 36px;
  width: 0px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaAqaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(88,76,111,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAqaN1 {
  overflow: visible;
  justify-content: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(237, 239, 244, 1);
  border-top-left-radius: 14px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: rgba(237, 239, 244, 1);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 7px 0px 7px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 244px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 0px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaAqaL1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(88, 76, 111, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 15px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaIaZg1 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 1px);
  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: 1px;
  max-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .coaIaZg1> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAqaQ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaAqaO1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 26px;
  order: 1;
  min-height: 26px;
  height: 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.coaAqaS1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaAqaS1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAqaS1 .aspect-ratio {
}
.b-root .bubble-element.coaAqaT1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaAqaR1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 14px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  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: 65;
}
.b-root .bubble-element.coaAqaV1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 248, 1);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 5px 0px 14px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 458px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  width: 0px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.coaAqaW1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  max-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAqaU1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 248, 1);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 5px 0px 14px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 38px;
  max-height: 38px;
  width: 0px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 63;
}
.b-root .bubble-element.coaAqaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  letter-spacing: -0.5px;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAqaZ1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 248, 1);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 5px 0px 14px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 45px;
  max-width: 310px;
  order: 4;
  min-height: 38px;
  max-height: 38px;
  width: 45px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 64;
}
.b-root .bubble-element.coaAqaX1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  letter-spacing: -0.5px;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaIaV2 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 6;
  min-height: 22px;
  max-height: 22px;
  width: 22px;
  flex-grow: 1;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 66;
}
.b-root .coaHaIaV2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaIaV2 .aspect-ratio {
}
.b-root .bubble-element.coaAqe1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 248, 1);
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  width: 38px;
  flex-grow: 1;
  height: 38px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 60;
}
.b-root .bubble-element.coaAqf1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 17px;
  max-width: 17px;
  order: 1;
  min-height: 17px;
  max-height: 17px;
  width: 17px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaAqf1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAqf1 .aspect-ratio {
}
.b-root .bubble-element.coaAqd1 {
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  padding: 0px 0px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 72;
}
.b-root .bubble-element.coaAqa1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 299px;
  order: 1;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 66;
}
.b-root .bubble-element.coaAqh1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 67;
}
.b-root .bubble-element.cpaCaRaM0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaCaRaO0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaRaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaRf0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 6;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaRk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaRm0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 25;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaRr0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaRw0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaRy0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaSaD0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaSaI0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaSaK0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 21;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaSaP0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaSaU0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaSaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaSb0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaSg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCaSi0 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 24;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCaSn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCgq1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaCgs1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaCgx1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaChaC1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaLaU3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 20;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaLaW3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaLb3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 12;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaLg3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaLi3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaLn3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaLs3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 17;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaLu3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaLz3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaMaE3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaMaG3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 18;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaMaL3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaMaQ3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 19;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaMaS3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaMaX3 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 15;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaMc3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaMaTaC {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 22;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaMaTaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaKaU {
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: bold;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 5px 0px 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 26;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 64;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.b-root .cpaNaKaU .icon-item {
  width: 24px;
  height: 24px;
  color: rgba(73,56,110,1);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaNaKaU .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaNaDaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.cpaNaDs {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 20;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaDw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEaC {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEaE {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 50px;
  order: 23;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEaJ {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 24;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEaO {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 15;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEaQ {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 17;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEaV {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 21;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEa {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 18;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEc {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 19;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.cpaNaEi {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(93, 95, 239, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 22;
  min-height: 30px;
  max-height: 30px;
  width: max-content;
  flex-grow: 0;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.cpaNaEm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaHaY2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 7px 0px 0px 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 65px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
  margin-bottom: -2px;
  z-index: 4;
}
.b-root .bubble-element.coaAsaF1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(39, 19, 83, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.coaAsaR1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  z-index: 58;
}
.b-root .bubble-element.coaAsaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(93, 95, 239, 1);
  line-height: 1;
  padding: 0px 4px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .bubble-element.coaNaLaC0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  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: 72;
}
.b-root .bubble-element.coaAsb1 {
  width: initial;
  min-width: 0px;
  min-height: 50px;
  left: 0px;
  right: 20px;
  top: unset;
  bottom: 0px;
  height: calc(100vh - 10px);
  max-height: 50px;
  margin-left: auto;
  position: fixed;
  z-index: 1513;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 20px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.coaAsf1 {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(87, 77, 204, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 103px;
  max-width: 103px;
  order: 1;
  min-height: 30px;
  width: 103px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .coaAsf1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaAsf1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaAsg1 {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 103px;
  max-width: 103px;
  order: 2;
  min-height: 30px;
  width: 103px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .coaAsg1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaAsg1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaAse1 {
  width: initial;
  min-width: 0px;
  min-height: 60px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  margin-right: auto;
  position: fixed;
  z-index: 1512;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .coaAse1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
}
.b-root .bubble-element.coaAsi1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 239px;
  max-width: 600px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  z-index: 69;
}
.b-root .bubble-element.coaAsj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 108px;
  max-width: 108px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 108px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaAsh1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  z-index: 29;
}
.b-root .coaAsh1> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAsl1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaAsm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 300;
  color: rgba(73, 56, 110, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAsk1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaAsk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAsk1 .aspect-ratio {
}
.b-root .bubble-element.coaAsr1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 69;
}
.b-root .bubble-element.coaAss1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaAsq1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaAsq1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAsq1 .aspect-ratio {
}
.b-root .bubble-element.coaAsu1 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaAsv1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.coaAso1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 66;
}
.b-root .bubble-element.coaAsp1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .coaAsp1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAsp1 .aspect-ratio {
}
.b-root .bubble-element.coaAsn1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.coaOaEy {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  z-index: 29;
}
.b-root .coaOaEy> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaOaFaA {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaOaFaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 300;
  color: rgba(73, 56, 110, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaOaFaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaOaFaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaOaFaF .aspect-ratio {
}
.b-root .bubble-element.coaAsx1 {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 40px 0px;
  opacity: 1;
  align-self: center;
  min-width: 239px;
  max-width: 600px;
  order: 6;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaAsy1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaAsw1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 29;
}
.b-root .coaAsw1> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAtaA1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 74;
}
.b-root .coaAtaA1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.coaAtaB1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1fr);
  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: 100px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 70;
}
.b-root .coaAtaB1> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAsz1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaAtaD1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  color: rgba(39, 19, 83, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAtaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaAtaE1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAtaE1 .aspect-ratio {
}
.b-root .bubble-element.coaAtaC1 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 10px;
  z-index: 73;
}
.b-root .bubble-element.coaAtaG1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaAtaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  color: rgba(39,19,83,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAtaF1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaAtaF1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAtaF1 .aspect-ratio {
}
.b-root .bubble-element.coaAtaJ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 72;
}
.b-root .bubble-element.coaAtaI1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 69;
}
.b-root .bubble-element.coaAtaM1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaAtaN1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaAtaN1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAtaN1 .aspect-ratio {
}
.b-root .bubble-element.coaAtaL1 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaAtaP1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.coaAtaO1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 239px;
  max-width: 600px;
  order: 7;
  min-height: 0px;
  max-height: 85%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 73;
}
.b-root .bubble-element.coaAtaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaAtaT1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 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: 29;
}
.b-root .coaAtaT1> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAtaR1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaAtaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAtaW1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaAtaW1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAtaW1 .aspect-ratio {
}
.b-root .bubble-element.coaLve {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 10px);
  margin-left: 0px;
  margin-top: -10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 65;
}
.b-root .bubble-element.coaLvj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaLvj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaLvj .aspect-ratio {
}
.b-root .bubble-element.coaLvk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAtc1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 8;
  min-height: 43px;
  max-height: 70%;
  height: 43px;
  flex-grow: 1;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 40px;
  z-index: 77;
}
.b-root .bubble-element.coaAta1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 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.coaAte1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .coaAte1> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAtf1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaAtd1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaAth1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaAth1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAth1 .aspect-ratio {
}
.b-root .bubble-element.coaAti1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 10px;
  z-index: 69;
}
.b-root .bubble-element.coaAtg1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaAtk1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaAtk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAtk1 .aspect-ratio {
}
.b-root .bubble-element.coaAtl1 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaAtj1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.coaHaMaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 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: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.coaHaMaS {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 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: 20px;
  z-index: 62;
}
.b-root .coaHaMaS> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaMaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaHaMaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaMaT {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaHaMaT img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaMaT .aspect-ratio {
}
.b-root .bubble-element.coaAto1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 7;
}
.b-root .coaAto1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cnaOaZa {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 992px;
  order: 2;
  min-height: 68px;
  max-height: 68px;
  height: 68px;
  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.cnaOaZb {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 411px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 31px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cnaOaZf {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnaOaZg {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 44px;
  -moz-border-radius: 44px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 44px;
  max-width: 44px;
  order: 10;
  min-height: 44px;
  max-height: 44px;
  width: 44px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 31px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaOaZh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 24px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaOaZh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaZh .aspect-ratio {
}
.b-root .bubble-element.cnaOaZi {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 60px;
  -moz-border-radius: 60px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 60px;
  max-width: 60px;
  order: 6;
  min-height: 46px;
  width: 60px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .cnaOaZi .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaOaZi .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaOaZc {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 95px;
  max-width: 95px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 95px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaOaZd {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 54px;
  flex-grow: 1;
  height: 17px;
  margin-left: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaOaZd img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaZd .aspect-ratio {
}
.b-root .bubble-element.cnaOaZe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  max-width: 27px;
  order: 1;
  min-height: 31px;
  width: 27px;
  flex-grow: 1;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnaOaZe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaZe .aspect-ratio {
}
.b-root .bubble-element.cnaOaZm {
  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: 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: 4;
}
.b-root .bubble-element.cnaOaZn {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  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: 100%;
  max-width: 100%;
  min-height: 100%;
}
.b-root .cnaOaZn.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
  z-index: 2002;
}
.b-root .bubble-element.cnaOaZo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 1920px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  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.cnaOaZp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaOaZq {
  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: 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: 4;
}
.b-root .bubble-element.cnaOaZr {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaOaZs {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 44px;
  -moz-border-radius: 44px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 31px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaOaZt {
  color: rgba(0, 0, 0, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaOaZu {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 411px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 31px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnaOaZv {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 95px;
  max-width: 95px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 95px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaOaZw {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 95px;
  max-width: 95px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 95px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaOaZx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 54px;
  flex-grow: 1;
  height: 17px;
  margin-left: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaOaZx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaZx .aspect-ratio {
}
.b-root .bubble-element.cnaOaZy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  max-width: 27px;
  order: 1;
  min-height: 31px;
  width: 27px;
  flex-grow: 1;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnaOaZy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaZy .aspect-ratio {
}
.b-root .bubble-element.cnaOaZz {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 240px;
  max-width: 240px;
  order: 23;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 32px;
  z-index: 16;
}
.b-root .bubble-element.cnaOaaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 4;
  min-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnaOaaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaaB .aspect-ratio {
}
.b-root .bubble-element.cnaOaaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaaC .aspect-ratio {
}
.b-root .bubble-element.cnaYaSz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 6;
  min-height: 40px;
  max-height: 40px;
  width: 60px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaYaSz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaYaSz0 .aspect-ratio {
}
.b-root .bubble-element.cnaOaaD {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 31px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cnaOaaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnaOaaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 10px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaaF .aspect-ratio {
}
.b-root .bubble-element.cnaOaaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnaOaaH {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 31px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cnaOaaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 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: 10;
}
.b-root .bubble-element.cnaOaaJ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 10px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaaJ .aspect-ratio {
}
.b-root .bubble-element.cnaOaaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cnaOaaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cnaOaaM {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 32px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cnaOaaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 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: 10;
}
.b-root .bubble-element.cnaOaaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 10px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaaO .aspect-ratio {
}
.b-root .bubble-element.cnaOaaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cnaOaaQ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 14;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 32px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cnaOaaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 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: 10;
}
.b-root .bubble-element.cnaOaaS {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 10px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnaOaaS img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOaaS .aspect-ratio {
}
.b-root .bubble-element.cnaOaaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cnaOaaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnaOaaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  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% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaOaaW {
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 60px;
  -moz-border-radius: 60px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 121px;
  max-width: 121px;
  order: 11;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 121px;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 15;
}
.b-root .cnaOaaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaOaaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaOaaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cnbaMp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cnewaG5 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cnkaPy1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cnvsaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cnvoi3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 230px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 4px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cnvsaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 22px;
  max-height: 22px;
  height: 22px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .cnvsaE img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvsaE .aspect-ratio {
}
.b-root .bubble-element.cnbaAc2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 32px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cnbaAe2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 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: 10;
}
.b-root .bubble-element.cnbaAf2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  max-width: 10px;
  order: 2;
  min-height: 21px;
  max-height: 21px;
  width: 10px;
  flex-grow: 1;
  height: 21px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnbaAf2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnbaAf2 .aspect-ratio {
}
.b-root .bubble-element.cnbaAh2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 15;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 44px);
  margin-left: 24px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cnjkf0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cnjkh0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 11;
}
.b-root .bubble-element.cnjkk0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.coaIen0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 11;
}
.b-root .bubble-element.coaMaAu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  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: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.cnaOcaY {
  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(60, 17, 150, 0.05);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  max-width: 992px;
  order: 1;
  min-height: 68px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaOca {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 66px;
  max-width: 66px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: 66px;
  flex-grow: 1;
  height: 22px;
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaOca img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOca .aspect-ratio {
}
.b-root .bubble-element.cnaOcb {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnqaEaH2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 25px;
  -moz-border-radius: 25px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 4;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaEaJ2 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 34px;
  max-width: 34px;
  order: 1;
  min-height: 34px;
  max-height: 34px;
  width: 34px;
  flex-grow: 1;
  height: 34px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cnqaEaJ2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 20px;
}
.b-root .cnqaEaJ2 .aspect-ratio {
}
.b-root .bubble-element.cnqaEaK2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 2px;
  max-width: 2px;
  order: 2;
  min-height: 2px;
  max-height: 2px;
  width: 2px;
  flex-grow: 1;
  height: 2px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnqaEaQ2 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 22px;
  max-height: 22px;
  width: max-content;
  flex-grow: 0;
  height: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnlaAr4 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(auto-fill, minmax(0px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 3;
  min-height: 0px;
  max-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cnlaAr4> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnlaAv4 {
  min-width: 300px;
  max-width: 300px;
  min-height: 0px;
  max-height: 450px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2107;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
}
.b-root .cnlaAv4> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cnlaAy4 {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 32px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 100%;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnlaAy4> .group-item {
  min-height: 32px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnlaBaE4 {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 5px 5px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0%;
  max-height: 400px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnlaBaE4> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.cnlaBaH4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: bold;
  color: rgba(70,69,69,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnlaBaR4 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cnlaBaR4> .bubble-r-container {
}
.b-root .bubble-element.cnlaCaF4 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 248px;
  max-width: 248px;
  order: 3;
  min-height: 8px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 248px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnlaCc4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnqaTd2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaAaY2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 18px;
  max-height: 18px;
  width: 20px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .cnqaAaY2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaAaY2 .aspect-ratio {
}
.b-root .bubble-element.cnlaAo4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: bold;
  color: rgba(160, 151, 180, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnraUl0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOcc {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 26px;
  max-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnaOcc img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOcc .aspect-ratio {
}
.b-root .bubble-element.cnraUs0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaOdaJ {
  min-width: 100%;
  max-width: 100%;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 10px 20px 10px;
}
.b-root .bubble-element.cnaOdaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: stretch;
  min-width: 0px;
  max-width: 500px;
  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;
}
.b-root .bubble-element.cnlaDaK5 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 2;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 35;
}
.b-root .bubble-element.cnqaEn2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cnqaEk2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cnqaEk2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaEk2 .aspect-ratio {
}
.b-root .bubble-element.cnlaDaM5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnqaEc2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 1;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.cnqaEe2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnqaEh2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnqaEh2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaEh2 .aspect-ratio {
}
.b-root .bubble-element.cnqaEs2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
}
.b-root .cnqaEs2 .aspect-ratio {
}
.b-root .bubble-element.cnaOdh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 5;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  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.cnaOdi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cnqaEx2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cnqaEx2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaEx2 .aspect-ratio {
}
.b-root .bubble-element.cnaOdj {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 7;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnaOdk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFaE2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFaE2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFaE2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFaH2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 8;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFaJ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFaK2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFaK2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFaK2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFaM2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 9;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFaO2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFaP2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFaP2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFaP2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFaR2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 10;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFaT2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFaU2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFaU2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFaU2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFaW2 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 11;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFaY2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFaZ2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFaZ2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFaZ2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFg2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
}
.b-root .cnqaFg2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFj2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 13;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFl2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFm2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFm2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFm2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFo2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 14;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFq2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFr2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFr2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFr2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFt2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 15;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaFv2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaFw2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaFw2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaFw2 .aspect-ratio {
}
.b-root .bubble-element.cnqaFy2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 16;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
}
.b-root .cnqaFy2 .aspect-ratio {
}
.b-root .bubble-element.cnqaGaB2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 17;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaGaD2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaGaE2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaGaE2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaGaE2 .aspect-ratio {
}
.b-root .bubble-element.cnqaGaG2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 18;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
}
.b-root .bubble-element.cnqaGaI2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaGaJ2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaGaJ2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaGaJ2 .aspect-ratio {
}
.b-root .bubble-element.cnqaGaL2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 19;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaGaN2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 38, 38, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnqaGaO2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnqaGaO2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaGaO2 .aspect-ratio {
}
.b-root .bubble-element.cnrcaD3 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 6;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnrcaF3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  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.cnrcaG3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cnrcaG3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnrcaG3 .aspect-ratio {
}
.b-root .bubble-element.cntlj0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px 0px 0px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 320px;
  order: 3;
  min-height: 42px;
  max-height: 42px;
  height: 42px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnvol3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.cnvon3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 9px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cnvon3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvon3 .aspect-ratio {
}
.b-root .bubble-element.cnvoo3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnvpaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 120px;
  max-width: 120px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 120px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .cnvpaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvpaZ .aspect-ratio {
}
.b-root .bubble-element.cnaOdw {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 335px;
  max-width: 335px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 335px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaOdz {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 241, 245, 1);
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  align-self: flex-start;
  min-width: 335px;
  max-width: 335px;
  order: 2;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 335px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnaOeaA {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 323px;
  max-width: 323px;
  order: 1;
  min-height: 50px;
  max-height: 50px;
  width: 323px;
  flex-grow: 1;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cnaOeaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 16px;
  left: 44px;
  width: 173px;
  height: 17px;
  z-index: 4;
}
.b-root .bubble-element.cnaOeaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  z-index: 25;
}
.b-root .cnaOeaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaOeaC .aspect-ratio {
}
.b-root .bubble-element.cnaOeaD {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 335px;
  max-width: 335px;
  order: 3;
  min-height: 61px;
  max-height: 61px;
  height: 61px;
  flex-grow: 1;
  width: 335px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnaOeaE {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(39, 19, 83, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  top: 13px;
  left: 0px;
  width: 335px;
  height: 48px;
  z-index: 7;
}
.b-root .cnaOeaE .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaOeaE .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaOeaF {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 375px;
  max-width: 375px;
  order: 5;
  min-height: 63px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 375px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaOeaG {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 335px;
  max-width: 335px;
  order: 1;
  min-height: 48px;
  width: 335px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cnaOeaG .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaOeaG .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaUpaG1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0px 10px 0px 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: 300px;
  min-height: 200px;
}
.b-root .cnaUpaG1.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.cnaPaAaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaPaAaO1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 228, 247, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(38, 18, 82, 0.99);
  word-spacing: 1px;
  padding: 0px 15px 0px 15px;
  opacity: 1;
  align-self: center;
  min-width: 47px;
  max-width: 90%;
  order: 4;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaPaAaR1 {
  overflow: visible;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  max-width: 90%;
  order: 7;
  min-height: 64px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cnaPaAaR1> .bubble-r-container {
}
.b-root .bubble-element.cnaPaGaI2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 31px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaPaAh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 9px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cnaPaFt2 {
  overflow: visible;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  opacity: 1;
  align-self: center;
  min-width: 31px;
  max-width: 31px;
  order: 2;
  min-height: 31px;
  width: 31px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnaPaFw2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  width: 15px;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaPaFw2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaPaFw2 .aspect-ratio {
}
.b-root .bubble-element.cnaPaAaU1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(124, 124, 124, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 9px;
  max-width: 80%;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cnaPaAaY1 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 200px;
  max-width: 90%;
  order: 10;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 40px;
  z-index: 8;
}
.b-root .cnaPaAaY1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaPaAaY1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaIeq0 {
  justify-content: center;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 500px;
  min-height: 117px;
  max-height: 297px;
}
.b-root .coaIeq0.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.coaIaFv4 {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 320px;
  order: 7;
  min-height: 64px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .coaIaFv4 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaIaFv4 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaIaFu4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  order: 3;
  min-height: 1px;
  max-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaIaFy4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(22,21,28,1);
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  order: 6;
  min-height: 1px;
  max-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.coaIaGaF4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  order: 4;
  min-height: 1px;
  max-height: 72px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaJaQd2 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 375px;
  min-height: 230px;
}
.b-root .coaJaQd2.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.coaJaQp2 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 375px;
  min-height: 230px;
}
.b-root .coaJaQp2.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.coaKcr {
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 22px 16px 22px;
  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: 540px;
  min-height: 600px;
}
.b-root .coaKcr> .bubble-r-container {
  justify-content: center;
}
.b-root .coaKcr.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.coaHoq2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 100%;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHoaX2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaHoaX2> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.coaHoaY2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHof2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 4px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHoi2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: start;
  justify-self: end;
  min-width: 16px;
  min-height: 16px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaIaFaC5 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .coaIaFaC5 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIaFaC5 .aspect-ratio {
}
.b-root .bubble-element.coaHom2 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 120px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 14px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaHom2> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHoo2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: stretch;
  min-width: 92px;
  order: 1;
  min-height: 0px;
  width: 92px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 33px;
  z-index: 2;
}
.b-root .bubble-element.coaHop2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 65px;
  max-width: 65px;
  order: 1;
  min-height: 65px;
  max-height: 65px;
  height: 65px;
  flex-grow: 1;
  width: 65px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaHop2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHop2 .aspect-ratio {
}
.b-root .bubble-element.coaHon2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHox2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHow2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHpaB2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  justify-self: start;
  min-width: 16px;
  min-height: 16px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaIaEp5 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .coaIaEp5 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIaEp5 .aspect-ratio {
}
.b-root .bubble-element.coaHpaR2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 16px;
  min-height: 16px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaIaEw5 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .coaIaEw5 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIaEw5 .aspect-ratio {
}
.b-root .bubble-element.coaHpaY2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 92px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHpm2 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 0.5;
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .coaHpm2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaHpm2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaHpp2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaHpaX2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaHpaX2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHpaX2 .aspect-ratio {
}
.b-root .bubble-element.coaHpg2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaHpb2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHpd2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaHpj2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.coaIaHq5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaHpa2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaHqaA2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 4;
}
.b-root .bubble-element.coaHqaC2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHqaF2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 16px;
  min-height: 16px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaIaEz5 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .coaIaEz5 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIaEz5 .aspect-ratio {
}
.b-root .bubble-element.coaHqaE2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 92px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHqaI2 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 0.5;
  border-radius: 14px;
  -moz-border-radius: 14px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .coaHqaI2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaHqaI2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaHqaJ2 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaHqaH2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaHqaH2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHqaH2 .aspect-ratio {
}
.b-root .bubble-element.coaHqaK2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaHqaL2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaHqaM2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaHqaO2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.coaKdaP {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 16px;
  z-index: 4;
}
.b-root .bubble-element.coaHqaP2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaAsa1 {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 960px;
  order: 32;
  min-height: 300px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .coaAsa1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.coaArc1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 100px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 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: 18;
}
.b-root .coaArc1> .group-item {
  min-height: 100px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaArg1 {
  overflow: visible;
  justify-content: center;
  border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 20px 42px 20px 42px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 840px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 30px;
  margin-top: 2px;
  margin-right: 30px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaArh1 {
  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;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaArf1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 14;
}
.b-root .bubble-element.coaArj1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 12;
}
.b-root .bubble-element.coaFhg0 {
  overflow: visible;
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.coaFhi0 {
  border-radius: 18px;
  -moz-border-radius: 18px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .coaFhi0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 18px;
}
.b-root .coaFhi0 .aspect-ratio {
}
.b-root .bubble-element.coaFhaY0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 0;
}
.b-root .bubble-element.coaFhd0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.coaArk1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.coaArp1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 650px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaArq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 100px;
  order: 5;
  min-height: 0px;
  max-height: 80px;
  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.coaNaKaS0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.coaMws0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 41px;
  order: 2;
  min-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaMwu0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 41px;
  max-width: 41px;
  min-height: 16px;
  max-height: 16px;
  width: 41px;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaMwu0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMwu0 .aspect-ratio {
}
.b-root .bubble-element.coaMwaW0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 41px;
  order: 1;
  min-height: 16px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaMwaQ0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 41px;
  max-width: 41px;
  min-height: 16px;
  max-height: 16px;
  width: 41px;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaMwaQ0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMwaQ0 .aspect-ratio {
}
.b-root .bubble-element.coaAru1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  text-align: right;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 530px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaNaGc0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .bubble-element.coaMuo0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 58;
}
.b-root .bubble-element.coaMui0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 2;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaMui0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMui0 .aspect-ratio {
}
.b-root .bubble-element.coaMuaY0 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color_text_default);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 600px;
  order: 1;
  min-height: 20px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 56;
}
.b-root .bubble-element.coaAri1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 18px;
  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.coaFhb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(93,95,239,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 192px;
  max-width: 530px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 55;
}
.b-root .bubble-element.coaMvaS0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 138px;
  max-width: 530px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.coaMvaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .coaMvaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMvaU0 .aspect-ratio {
}
.b-root .bubble-element.coaMvaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 138px;
  max-width: 530px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: 138px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaMwaI0 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.coaArw1 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 200px;
  max-width: 318px;
  order: 2;
  min-height: 0px;
  width: 200px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaAry1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 9px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 32px 0px 32px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 220px;
  max-width: 283px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 220px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaArz1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  letter-spacing: -0.7px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaArx1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .coaArx1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaArx1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.coaArr1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.coaMvr0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .coaMvr0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMvr0 .aspect-ratio {
}
.b-root .bubble-element.coraFn0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.coaMva0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 22px;
  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.coaMvf0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 15px;
  max-width: 15px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 15px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .coaMvf0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMvf0 .aspect-ratio {
}
.b-root .bubble-element.coaMvg0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 150px;
  max-width: 530px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaAsaD1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 308px;
  max-width: 308px;
  order: 4;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 308px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 35;
}
.b-root .bubble-element.coaAsaH1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 3;
  min-height: 44px;
  max-height: 44px;
  width: 38px;
  flex-grow: 1;
  height: 44px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.coaAsaI1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 13px;
  width: 11px;
  height: 16px;
  z-index: 2;
}
.b-root .coaAsaI1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAsaI1 .aspect-ratio {
}
.b-root .bubble-element.coaAsaG1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 38px;
  max-width: 38px;
  order: 1;
  min-height: 44px;
  max-height: 44px;
  width: 38px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.coaAsaK1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 13px;
  width: 11px;
  height: 16px;
  z-index: 2;
}
.b-root .coaAsaK1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaAsaK1 .aspect-ratio {
}
.b-root .bubble-element.coaAsaL1 {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  max-width: 220px;
  order: 2;
  min-height: 44px;
  max-height: 44px;
  width: 220px;
  flex-grow: 1;
  height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .coaAsaL1> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.coaAsaJ1 {
  overflow: visible;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 44px;
  z-index: 21;
}
.b-root .bubble-element.coaAsaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  color: rgba(73, 56, 110, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 8px;
  width: 19px;
  height: 19px;
  z-index: 2;
}
.b-root .bubble-element.coaAsaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(160, 151, 180, 1);
  text-align: center;
  line-height: 1.4;
  padding: 0px 20px 0px 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 192px;
  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: 80px;
  z-index: 55;
}
.b-root .bubble-element.coaMaYy1 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 1;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 73;
}
.b-root .bubble-element.coaUaOi2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 10;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.coaAvaG1 {
  width: initial;
  min-width: 0px;
  min-height: 60px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: calc(100vh - 0px);
  max-height: 60px;
  margin-right: auto;
  position: fixed;
  z-index: 1507;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cnaHaLaC0 {
  width: initial;
  min-width: 0px;
  min-height: 60px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: initial;
  max-height: 60px;
  margin-right: auto;
  position: absolute;
  margin-top: auto;
  z-index: 1503;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cnraUaP4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaHaLaE0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 8px 10px 6px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 60px;
  max-height: 60px;
  width: 0px;
  flex-grow: 1;
  height: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnpxaT2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 19%;
  max-width: 19%;
  order: 3;
  min-height: 0px;
  width: 19%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnpxaV2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 600;
  color: rgba(160, 151, 180, 1);
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnpxaW2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 17;
}
.b-root .cnpxaW2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnpxaW2 .aspect-ratio {
}
.b-root .bubble-element.cnaHaLaF0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 18%;
  max-width: 18%;
  order: 1;
  min-height: 0px;
  width: 18%;
  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.cnaHaLaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 600;
  color: rgba(160, 151, 180, 1);
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnpwaD2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 17;
}
.b-root .cnpwaD2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnpwaD2 .aspect-ratio {
}
.b-root .bubble-element.cnpxi2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 19%;
  max-width: 19%;
  order: 5;
  min-height: 0px;
  width: 19%;
  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.cnpxk2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 600;
  color: rgba(160, 151, 180, 1);
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnpxl2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 17;
}
.b-root .cnpxl2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnpxl2 .aspect-ratio {
}
.b-root .bubble-element.cnpxd2 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 25%;
  max-width: 25%;
  order: 2;
  min-height: 46px;
  max-height: 46px;
  width: 25%;
  flex-grow: 1;
  height: 46px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cnpxf2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 600;
  color: rgba(160, 151, 180, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaEqo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 4;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 18;
}
.b-root .coaEqo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaEqo .aspect-ratio {
}
.b-root .bubble-element.cnpxaY2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 19%;
  max-width: 19%;
  order: 4;
  min-height: 0px;
  width: 19%;
  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.cnpxa2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 600;
  color: rgba(160, 151, 180, 1);
  text-align: center;
  letter-spacing: -0.2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 16px;
  max-height: 16px;
  height: 16px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnpxb2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  flex-grow: 1;
  width: 28px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 17;
}
.b-root .cnpxb2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnpxb2 .aspect-ratio {
}
.b-root .bubble-element.cnaLaXm1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 375px;
  min-height: 209px;
  max-height: 209px;
}
.b-root .cnaLaXm1.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.coaAvaK1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 8;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaAvaL1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 992px;
  order: 7;
  min-height: 69px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .coaAvaL1> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.coaAvaJ1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 300px;
  max-width: 375px;
  min-height: 0px;
}
.b-root .coaAvaJ1.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.cnvaWaX2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  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: 18;
}
.b-root .bubble-element.cnvaWaZ2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: 14px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 13px;
  z-index: 16;
}
.b-root .cnvaWaZ2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvaWaZ2 .aspect-ratio {
}
.b-root .bubble-element.cnvaWa2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 700;
  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: 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: 16;
}
.b-root .bubble-element.cnvaWb2 {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .cnvaWb2 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnvaWb2 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnvaWc2 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 18;
}
.b-root .bubble-element.cnvaWg2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  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: 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: 8px;
  z-index: 19;
}
.b-root .bubble-element.cnvaWh2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 266px;
  max-width: 266px;
  order: 5;
  min-height: 186px;
  max-height: 186px;
  height: 186px;
  flex-grow: 1;
  width: 266px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 20;
}
.b-root .cnvaWh2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvaWh2 .aspect-ratio {
}
.b-root .bubble-element.coaAvaN1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  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: 530px;
  min-height: 0px;
}
.b-root .coaAvaN1.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.cnycp0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 26px 22px 32px 22px;
  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;
}
.b-root .bubble-element.cnycs0 {
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  flex-grow: 1;
  width: calc(100% - 134px);
  margin-left: 67px;
  margin-top: 0px;
  margin-right: 67px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cnycs0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnycs0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnydaO0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 22px;
  z-index: 9;
}
.b-root .bubble-element.cnyef0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 3px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
  z-index: 4;
}
.b-root .bubble-element.cnykaT1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cnycq0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 23px;
  max-width: 23px;
  order: 4;
  min-height: 23px;
  max-height: 23px;
  width: 23px;
  flex-grow: 1;
  height: 23px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cnycq0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnycq0 .aspect-ratio {
}
.b-root .bubble-element.cnycn0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnykb1 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 11px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 23px;
  z-index: 16;
}
.b-root .bubble-element.cnydaU0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 13px 0px 13px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 1;
  min-height: 232px;
  max-height: 232px;
  width: 90px;
  flex-grow: 1;
  height: 232px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnydaX0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnydaX0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnydaX0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnyda0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnydd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 1;
  min-height: 14px;
  height: max-content;
  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.cnydj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 2;
  min-height: 14px;
  height: max-content;
  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.cnydm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 3;
  min-height: 14px;
  height: max-content;
  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.cnydp0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 26px;
  -moz-border-radius: 26px;
  opacity: 1;
  align-self: center;
  min-width: 95px;
  order: 3;
  min-height: 33px;
  max-height: 33px;
  height: 33px;
  flex-grow: 1;
  width: calc(100% - 52px);
  margin-left: 26px;
  margin-top: 17px;
  margin-right: 26px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnyds0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 2;
  min-height: 0px;
  width: 27px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnykm1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 13px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 3;
  min-height: 232px;
  max-height: 232px;
  width: 90px;
  flex-grow: 1;
  height: 232px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnykl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnykl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnykl1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnykp1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 7px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnykq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 1;
  min-height: 14px;
  height: max-content;
  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.cnyko1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 2;
  min-height: 14px;
  height: max-content;
  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.cnyks1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 3;
  min-height: 14px;
  height: max-content;
  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.cnykt1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 26px;
  -moz-border-radius: 26px;
  opacity: 1;
  align-self: center;
  min-width: 95px;
  order: 3;
  min-height: 33px;
  max-height: 33px;
  height: 33px;
  flex-grow: 1;
  width: calc(100% - 52px);
  margin-left: 26px;
  margin-top: 8px;
  margin-right: 26px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnykr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 2;
  min-height: 0px;
  width: 27px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnykw1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 13px 0px 13px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 2;
  min-height: 232px;
  max-height: 232px;
  width: 90px;
  flex-grow: 1;
  height: 232px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnyky1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 85px;
  max-width: 85px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnyky1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnyky1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnykz1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 27px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnykx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 1;
  min-height: 14px;
  height: max-content;
  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.cnylaB1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 2;
  min-height: 14px;
  height: max-content;
  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.cnylaC1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 3;
  min-height: 14px;
  height: max-content;
  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.cnylaA1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 26px;
  -moz-border-radius: 26px;
  opacity: 1;
  align-self: center;
  min-width: 95px;
  order: 3;
  min-height: 33px;
  max-height: 33px;
  height: 33px;
  flex-grow: 1;
  width: calc(100% - 52px);
  margin-left: 26px;
  margin-top: 17px;
  margin-right: 26px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnylaE1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  order: 2;
  min-height: 0px;
  width: 27px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnyeaW0 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  order: 8;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 47px;
  margin-top: 0px;
  margin-right: 47px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnyeaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 31px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 11px;
  order: 1;
  min-height: 3px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnyec0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 23px;
  font-weight: 400;
  color: rgba(147,150,163,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 11px;
  order: 2;
  min-height: 3px;
  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.coaAaFo4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  order: 7;
  min-height: 22px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 3px;
  z-index: 17;
}
.b-root .bubble-element.coaIcd4 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 23px;
  z-index: 16;
}
.b-root .bubble-element.coaIci4 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 60px;
  -moz-border-radius: 60px;
  padding: 5px 20px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.coaIco4 {
  overflow: visible;
  justify-content: center;
  border-radius: 26px;
  -moz-border-radius: 26px;
  padding: 5px 20px 5px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 110px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaIcm4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIdaO4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIcg4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 58px;
  max-width: 58px;
  order: 1;
  width: 58px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaIcg4 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIcg4 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.coaIck4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaIcl4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaIcj4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  height: max-content;
  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.coaIcn4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 14px;
  height: max-content;
  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.coaIdaQ4 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 60px;
  -moz-border-radius: 60px;
  padding: 5px 20px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  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: 10;
}
.b-root .bubble-element.coaIdaV4 {
  overflow: visible;
  justify-content: center;
  border-radius: 26px;
  -moz-border-radius: 26px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaIdaT4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIdaX4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIdaY4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 58px;
  max-width: 58px;
  order: 1;
  width: 58px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaIdaY4 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIdaY4 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.coaIdaW4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaIda4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaIdb4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  height: max-content;
  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.coaIdaZ4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 14px;
  height: max-content;
  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.coaIdc4 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 60px;
  -moz-border-radius: 60px;
  padding: 5px 20px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.coaIdh4 {
  overflow: visible;
  justify-content: center;
  border-radius: 26px;
  -moz-border-radius: 26px;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 25px;
  max-height: 25px;
  width: max-content;
  flex-grow: 0;
  height: 25px;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaIdf4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIdj4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIdk4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 58px;
  max-width: 58px;
  order: 1;
  width: 58px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaIdk4 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaIdk4 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.coaIdi4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 27px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaIdm4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaIdn4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  height: max-content;
  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.coaIeaA4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaIeaF4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.5px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaIeaD4 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 700;
  color: rgba(93, 95, 239, 1);
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 10px;
  order: 2;
  min-height: 14px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnyct0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 222px;
  max-height: 222px;
  height: 222px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnycx0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnycy0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  min-height: 14px;
  max-height: 14px;
  height: 14px;
  flex-grow: 1;
  width: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cnycy0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnycy0 .aspect-ratio {
}
.b-root .bubble-element.cnyei0 {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 17;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cnyei0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnyei0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaAaFr4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 24;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaIml {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 375px;
  min-height: 0px;
}
.b-root .coaIml.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.cnxku0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 16px 16px 16px 16px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 320px;
  max-width: 375px;
  min-height: 0px;
}
.b-root .cnxku0.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.cnxkx0 {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 40px 20px 40px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 297px;
  max-width: 453px;
  order: 4;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnxky0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 450px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cnxkz0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnxlaA0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnxlaA0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnxlaA0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnyaFh4 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 288px;
  max-width: 343px;
  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;
}
.b-root .bubble-element.cnxhl0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 14px;
  max-width: 14px;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cnxhl0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnxhl0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cnxho0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 17;
}
.b-root .bubble-element.cnxiaJ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  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.cnxiaL0 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(22, 21, 28, 1);
  padding: 15px 21px 15px 21px;
  opacity: 1;
  align-self: flex-start;
  min-width: 250px;
  max-width: 343px;
  order: 3;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  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.cnxiaM0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 49px;
  order: 2;
  min-height: 19px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 9px);
  margin-left: 9px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cnxiaA0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  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: 0px;
  z-index: 17;
}
.b-root .bubble-element.cnxiaC0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(180, 180, 180, 1);
  border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnxiaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(22, 21, 28, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 49px;
  order: 2;
  min-height: 19px;
  width: 49px;
  flex-grow: 1;
  height: max-content;
  margin-left: 9px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnxiaF0 {
  overflow: visible;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 40px 20px 40px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 197px;
  max-width: 453px;
  order: 14;
  min-height: 64px;
  max-height: 64px;
  height: 64px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cnxiaH0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 450px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cnyaHaL1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 49px;
  order: 8;
  min-height: 19px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 9px);
  margin-left: 9px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnyaWh1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 21px 15px 21px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
}
.b-root .bubble-element.cnyaWk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(22, 21, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 1;
  min-height: 8px;
  max-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: 7;
}
.b-root .bubble-element.coaBaDaJ2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnyaXaG1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px 21px 15px 21px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnyaXaF1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(22, 21, 28, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1px;
  order: 3;
  min-height: 8px;
  width: 1px;
  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.coaIoaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnyaFa4 {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  color: rgba(31, 31, 31, 1);
  padding: 15px 21px 15px 21px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 13;
}
.b-root .bubble-element.coaApaI1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 49px;
  order: 9;
  min-height: 19px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 9px);
  margin-left: 9px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.coaBaGaI2 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 288px;
  max-width: 343px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.coaAme {
  visibility: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  color: rgba(31, 31, 31, 1);
  padding: 15px 21px 15px 42px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 50px;
  max-height: 50px;
  width: calc(100% - 0px);
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaBaGaM2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  padding: 0px 0px 0px 21px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 1px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.coaPaIaN2 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  color: rgba(31, 31, 31, 1);
  padding: 15px 21px 15px 42px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 1px;
  max-width: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnyaWb1 {
  min-width: 288px;
  max-width: 343px;
  min-height: 10px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
}
.b-root .bubble-element.cnyaWg1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(221, 221, 221, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(221, 221, 221, 1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(221, 221, 221, 1);
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 288px;
  max-width: 343px;
  order: 1;
  min-height: 120px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnyaWg1> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnyaWe1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: rgba(160, 151, 180, 1);
  line-height: 1.4;
  padding: 0px 25px 0px 25px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 343px;
  order: 1;
  min-height: 21px;
  height: 21px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnyaXaB1 {
  min-width: 288px;
  max-width: 343px;
  min-height: 10px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
}
.b-root .bubble-element.cnyaXaD1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 50px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-top-left-radius: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(221, 221, 221, 1);
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(221, 221, 221, 1);
  border-bottom-right-radius: 20px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(221, 221, 221, 1);
  border-bottom-left-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 288px;
  max-width: 343px;
  order: 1;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnyaXaD1> .group-item {
  min-height: 50px;
  box-sizing: content-box;
}
.b-root .bubble-element.cnyaXaE1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: rgba(160, 151, 180, 1);
  line-height: 1.2;
  padding: 0px 25px 0px 25px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 343px;
  order: 1;
  min-height: 8px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaGaHh2 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 38;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 44;
}
.b-root .coaGaHh2> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaHaS2 {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: fixed;
  z-index: 1514;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cnaNaVg3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cnaNaVi3 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 38px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaVj3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 411px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cnaNaVk3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 95px;
  max-width: 95px;
  order: 1;
  min-height: 32px;
  max-height: 32px;
  width: 95px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cnaNaVl3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 54px;
  flex-grow: 1;
  height: 17px;
  margin-left: 14px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaNaVl3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaNaVl3 .aspect-ratio {
}
.b-root .bubble-element.cnaNaVm3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  max-width: 27px;
  order: 1;
  min-height: 31px;
  width: 27px;
  flex-grow: 1;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnaNaVm3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaNaVm3 .aspect-ratio {
}
.b-root .bubble-element.cnaNaVn3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 952px;
  order: 2;
  min-height: 90px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cnaNaVo3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 29px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaVw3 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 836px;
  max-width: 836px;
  order: 4;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: 836px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnkaOe2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 151px;
  max-width: 151px;
  order: 5;
  min-height: 6px;
  max-height: 6px;
  width: 151px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaVaYaE1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 138px;
  max-width: 138px;
  order: 4;
  min-height: 6px;
  max-height: 6px;
  width: 138px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaVz3 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 215px;
  max-width: 215px;
  order: 6;
  min-height: 6px;
  max-height: 6px;
  width: 215px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaVy3 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 50px;
  max-width: 50px;
  order: 2;
  min-height: 6px;
  max-height: 6px;
  width: 50px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaVx3 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 67px;
  max-width: 67px;
  order: 7;
  min-height: 6px;
  max-height: 6px;
  width: 67px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnvoaO3 {
  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: 3;
  min-height: 6px;
  max-height: 6px;
  width: 170px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnlaBx {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 664px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnaNaVp3 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 836px;
  max-width: 836px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  width: 836px;
  flex-grow: 1;
  height: 32px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaVq3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 50px;
  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: 3;
}
.b-root .bubble-element.cnaNaVr3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaVs3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 76px;
  order: 6;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaVt3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaVu3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 73px;
  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: 3;
}
.b-root .bubble-element.cnaNaVv3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaVaYaA1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 100px;
  order: 7;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaVaYaC1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnkaLy1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnvot {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 3;
  min-height: 0px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
  z-index: 6;
}
.b-root .bubble-element.cnvox {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cnvoz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 0px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnvoaK3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: start;
  justify-self: end;
  min-width: 170px;
  max-width: 170px;
  min-height: 0px;
  width: 170px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnvpaB {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 16px;
  max-width: 16px;
  min-height: 22px;
  max-height: 22px;
  width: 16px;
  height: 22px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 74px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cnvpaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvpaB .aspect-ratio {
}
.b-root .bubble-element.cnvpaQ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 40px;
  max-height: 40px;
  width: 110px;
  height: 40px;
  margin-left: 89px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .cnvpaQ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvpaQ .aspect-ratio {
}
.b-root .bubble-element.cnaNaWaA3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cnaNaWaB3 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 60px;
  -moz-border-radius: 60px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 121px;
  max-width: 121px;
  order: 2;
  min-height: 46px;
  width: 121px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .cnaNaWaB3 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cnaNaWaB3 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cnaNaWaD3 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cnaNaWaE3 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 850px;
  order: 2;
  min-height: 72px;
  width: 0px;
  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.cnaNaWaI3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 72px;
  width: 0px;
  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.cnaNaWaJ3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 72px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cnaNaWaK3 {
  overflow: visible;
  justify-content: space-around;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 796px;
  max-width: 800px;
  order: 1;
  min-height: 44px;
  height: 44px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cnaTaFaW0 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 40px;
  order: 11;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cnaSmp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cnaSmv0 {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 3px;
  max-height: 3px;
  height: 3px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .cnaSmv0 .aspect-ratio {
}
.b-root .bubble-element.cnaVaXo1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 40px;
  order: 10;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cnaVaXq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnaVaXr1 {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cnaVaXr1 .aspect-ratio {
}
.b-root .bubble-element.cnqaAaE2 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 40px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cnaTaFaE0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 44px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cnaSms0 {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  order: 2;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .cnaSms0 .aspect-ratio {
}
.b-root .bubble-element.cnpzz2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: 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.cnaSmj0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 40px;
  order: 1;
  min-height: 21px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cnqaAaM2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 40px;
  order: 4;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cnaTaFaK0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cnaNaWaN3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 21px;
  height: 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.cnaNaWaT3 {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cnaNaWaT3 .aspect-ratio {
}
.b-root .bubble-element.cnpzw2 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 4;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnpzw2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnpzw2 .aspect-ratio {
}
.b-root .bubble-element.cnqaAaR2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 40px;
  order: 6;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cnaTaFaQ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 40px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cnaNaWaQ3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cnaNaWaU3 {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .cnaNaWaU3 .aspect-ratio {
}
.b-root .bubble-element.cnqaAaV2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 4;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cnqaAaV2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaAaV2 .aspect-ratio {
}
.b-root .bubble-element.cnvrs {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  z-index: 32;
}
.b-root .bubble-element.cnvrh {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 21px;
  z-index: 7;
}
.b-root .bubble-element.cnvrj {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: start;
  justify-self: end;
  min-width: 170px;
  max-width: 170px;
  min-height: 0px;
  width: 170px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.cnvrk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: end;
  min-width: 16px;
  max-width: 16px;
  min-height: 22px;
  max-height: 22px;
  width: 16px;
  height: 22px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 74px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cnvrk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvrk .aspect-ratio {
}
.b-root .bubble-element.cnvrl {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 110px;
  max-width: 110px;
  min-height: 40px;
  max-height: 40px;
  width: 110px;
  height: 40px;
  margin-left: 89px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 5;
}
.b-root .cnvrl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvrl .aspect-ratio {
}
.b-root .bubble-element.cnvrm {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.cnvrn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 0px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnvrp {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 44px;
  order: 2;
  min-height: 3px;
  max-height: 3px;
  height: 3px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnvrp .aspect-ratio {
}
.b-root .bubble-element.cpaBaBaU0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 40px;
  order: 5;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cpaBaBaW0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 44px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cpaBaBa0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 21px;
  height: 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.cpaBaBb0 {
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cpaBaBb0 .aspect-ratio {
}
.b-root .bubble-element.cpaBaBc0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 16px;
  max-width: 16px;
  order: 4;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .cpaBaBc0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaBaBc0 .aspect-ratio {
}
.b-root .bubble-element.cnaNaWaF3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-end;
  min-width: 0px;
  max-width: 411px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 16px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWaG3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 54px;
  max-width: 54px;
  order: 2;
  min-height: 18px;
  max-height: 18px;
  width: 54px;
  flex-grow: 1;
  height: 18px;
  margin-left: 14px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaNaWaG3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaNaWaG3 .aspect-ratio {
}
.b-root .bubble-element.cnaNaWaH3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 27px;
  max-width: 27px;
  order: 1;
  min-height: 31px;
  max-height: 31px;
  width: 27px;
  flex-grow: 1;
  height: 31px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cnaNaWaH3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaNaWaH3 .aspect-ratio {
}
.b-root .bubble-element.cnaNaWaV3 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 66px;
  max-height: 66px;
  width: max-content;
  flex-grow: 0;
  height: 66px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cnaNaWaW3 {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: center;
  min-width: 94px;
  min-height: 66px;
  max-height: 66px;
  width: max-content;
  height: 66px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cnlaAj4 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 40px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.b-root .cnlaAj4> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.cnpzg2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnpzk2 {
  border-radius: 30px;
  -moz-border-radius: 30px;
  opacity: 1;
  align-self: center;
  min-width: 36px;
  max-width: 36px;
  order: 2;
  min-height: 36px;
  max-height: 36px;
  width: 36px;
  flex-grow: 1;
  height: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cnpzk2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 30px;
}
.b-root .cnpzk2 .aspect-ratio {
}
.b-root .bubble-element.cnpzq2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnpzt2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 1;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnraUe0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnaNaWaX3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnaNaWaX3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnaNaWaX3 .aspect-ratio {
}
.b-root .bubble-element.cnraUi0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  padding: 2px 4px 2px 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 14px;
  max-height: 14px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWb3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cnaNaWc3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 825px;
  order: 2;
  min-height: 53px;
  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.cnaNaWd3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-end;
  min-width: 0px;
  order: 1;
  min-height: 53px;
  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.cnaNaWe3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaWf3 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWg3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  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: 101px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWh3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 38px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWi3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  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: 125px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWj3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 38px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWk3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  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: 87px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWl3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 38px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaWm3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  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: 83px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWn3 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 9px;
  z-index: 5;
}
.b-root .bubble-element.cnaNaWo3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 106px;
  max-width: 106px;
  order: 5;
  min-height: 6px;
  max-height: 6px;
  width: 106px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWp3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 85px;
  max-width: 85px;
  order: 2;
  min-height: 6px;
  max-height: 6px;
  width: 85px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 38px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWq3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 132px;
  max-width: 132px;
  order: 4;
  min-height: 6px;
  max-height: 6px;
  width: 132px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 38px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnaNaWr3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 94px;
  max-width: 94px;
  order: 3;
  min-height: 6px;
  max-height: 6px;
  width: 94px;
  flex-grow: 1;
  height: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 38px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaWt3 {
  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: 4;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cnaNaYd3 {
  min-width: 275px;
  max-width: 275px;
  min-height: 267px;
  max-height: 267px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.cnaNaYf3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 19px 22px 20px 22px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaAy2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaBaB2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBaB2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBaB2 .aspect-ratio {
}
.b-root .bubble-element.cnqaBaE2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaBaH2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaBaJ2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBaJ2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBaJ2 .aspect-ratio {
}
.b-root .bubble-element.cnqaBaK2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaBaM2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaBaO2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBaO2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBaO2 .aspect-ratio {
}
.b-root .bubble-element.cnqaBaP2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaBaR2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaBaT2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBaT2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBaT2 .aspect-ratio {
}
.b-root .bubble-element.cnqaBaU2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnvoaU3 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnvoaW3 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnvoaW3 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnvoaW3 .aspect-ratio {
}
.b-root .bubble-element.cnvoaX3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnxaLaR5 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cnxaLaT5 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnxaLaT5 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnxaLaT5 .aspect-ratio {
}
.b-root .bubble-element.cnxaLaU5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaBa2 {
  min-width: 275px;
  max-width: 275px;
  min-height: 120px;
  max-height: 120px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.cnqaBc2 {
  overflow: visible;
  justify-content: flex-end;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 19px 22px 20px 22px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaBd2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  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: 2;
}
.b-root .bubble-element.cnqaBe2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBe2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBe2 .aspect-ratio {
}
.b-root .bubble-element.cnqaBf2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaBg2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  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.cnqaBh2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBh2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBh2 .aspect-ratio {
}
.b-root .bubble-element.cnqaBi2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 36px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaBv2 {
  min-width: 275px;
  max-width: 275px;
  min-height: 192px;
  max-height: 192px;
  height: initial;
  right: 20px;
  bottom: 20px;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .bubble-element.cnqaBx2 {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 19px 22px 20px 22px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.cnqaBy2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaBz2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaBz2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaBz2 .aspect-ratio {
}
.b-root .bubble-element.cnqaCaA2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaCaB2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaCaC2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaCaC2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaCaC2 .aspect-ratio {
}
.b-root .bubble-element.cnqaCaD2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaCaE2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaCaF2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaCaF2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaCaF2 .aspect-ratio {
}
.b-root .bubble-element.cnqaCaG2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqaCaH2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 38px;
  max-height: 38px;
  height: 38px;
  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.cnqaCaI2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .cnqaCaI2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cnqaCaI2 .aspect-ratio {
}
.b-root .bubble-element.cnqaCaJ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 38, 38, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cnqnp8 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0px 10px 0px 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: 300px;
  max-width: 458px;
  min-height: 200px;
}
.b-root .cnqnp8.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.coaJaQaW2 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 375px;
  min-height: 230px;
}
.b-root .coaJaQaW2.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.coaJaQk2 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 375px;
  min-height: 230px;
}
.b-root .coaJaQk2.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.coaKcaD {
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 22px 16px 22px;
  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: 540px;
  min-height: 600px;
}
.b-root .coaKcaD> .bubble-r-container {
  justify-content: center;
}
.b-root .coaKcaD.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.coaHaPo {
  width: initial;
  min-width: 0px;
  min-height: 0px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: fixed;
  z-index: 1516;
  justify-content: space-between;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(93, 95, 239, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(93, 95, 239, 1);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 16px 5px 16px;
  opacity: 1;
}
.b-root .bubble-element.cnnlaI3 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaHaPv {
  visibility: hidden;
  border-radius: 14px;
  -moz-border-radius: 14px;
  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: 510px;
  max-width: 510px;
  min-height: 590px;
  max-height: 590px;
}
.b-root .coaHaPv> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .coaHaPv.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 39, 63, 0.44);
  z-index: 2002;
}
.b-root .bubble-element.coaHaQh {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaHaQaB {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(87, 77, 204, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .coaHaQaB .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaHaQaB .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaHaPy {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaHaPy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaHaPy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaHaQs {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 239px;
  max-width: 600px;
  order: 2;
  min-height: 0px;
  max-height: 85%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .coaHaQs> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 10px;
}
.b-root .bubble-element.coaHaQu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 108px;
  max-width: 108px;
  order: 1;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 108px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaHaQv {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  max-height: 85%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .coaHaQv> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaQt {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaHaQx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaQy {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaHaQy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaQy .aspect-ratio {
}
.b-root .bubble-element.coaHaQz {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 69;
}
.b-root .bubble-element.coaHaRaD {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaHaRaE {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaHaRaE img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaRaE .aspect-ratio {
}
.b-root .bubble-element.coaHaRaC {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaHaRaG {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.coaHaQw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 66;
}
.b-root .bubble-element.coaHaRaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .coaHaRaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaRaA .aspect-ratio {
}
.b-root .bubble-element.coaHaRaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.coaOaCc {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  max-height: 85%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .coaOaCc> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaOaCe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaOaCi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaOaCj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaOaCj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaOaCj .aspect-ratio {
}
.b-root .bubble-element.coaHaRd {
  overflow: hidden auto;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 510px;
  order: 3;
  min-height: 0px;
  max-height: 490px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.coaHaRi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaHaRg {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  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: 29;
}
.b-root .coaHaRg> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaRk {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 74;
}
.b-root .coaHaRk> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.coaHaRl {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1fr);
  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: 100px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 70;
}
.b-root .coaHaRl> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaRj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaHaRn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  color: rgba(39,19,83,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaRo {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaHaRo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaRo .aspect-ratio {
}
.b-root .bubble-element.coaHaRm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 10px;
  z-index: 73;
}
.b-root .bubble-element.coaHaRq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaHaRr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  color: rgba(39,19,83,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaRp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaHaRp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaRp .aspect-ratio {
}
.b-root .bubble-element.coaHaRt {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 72;
}
.b-root .bubble-element.coaHaRs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 69;
}
.b-root .bubble-element.coaHaRw {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 26px;
  order: 1;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaHaRx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaHaRx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaRx .aspect-ratio {
}
.b-root .bubble-element.coaHaRv {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaHaRz {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.coaHaSx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 239px;
  max-width: 600px;
  order: 4;
  min-height: 0px;
  max-height: 85%;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.coaHaTaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaHaTaA {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 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: 29;
}
.b-root .coaHaTaA> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaTaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaHaTaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaTaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaHaTaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaTaD .aspect-ratio {
}
.b-root .bubble-element.coaLuaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 10px);
  margin-left: 0px;
  margin-top: -10px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaLua {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaLub {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaLub img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaLub .aspect-ratio {
}
.b-root .bubble-element.coaHaQp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 19px;
  max-height: 19px;
  height: 19px;
  flex-grow: 1;
  width: 19px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 77;
}
.b-root .coaHaQp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaQp .aspect-ratio {
}
.b-root .bubble-element.coaHaTe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 600px;
  order: 5;
  min-height: 300px;
  height: 300px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .bubble-element.coaHaTj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 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.coaHaTh {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 36px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .coaHaTh> .group-item {
  min-height: 36px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaTl {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaHaTm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaTk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .coaHaTk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaTk .aspect-ratio {
}
.b-root .bubble-element.coaHaTq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  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: 10px;
  z-index: 69;
}
.b-root .bubble-element.coaHaTu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 65;
}
.b-root .bubble-element.coaHaTv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 59;
}
.b-root .coaHaTv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaTv .aspect-ratio {
}
.b-root .bubble-element.coaHaTt {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(73, 56, 110, 1);
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 71;
}
.b-root .bubble-element.coaHaTx {
  overflow: visible;
  visibility: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 68;
}
.b-root .bubble-element.coaHaTo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: rgba(39, 19, 83, 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: 16px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.coaHaTp {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  order: 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: 20px;
  z-index: 62;
}
.b-root .coaHaTp> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaHaTn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 65;
}
.b-root .bubble-element.coaHaTr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 61;
}
.b-root .bubble-element.coaHaTs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .coaHaTs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaHaTs .aspect-ratio {
}
.b-root .bubble-element.coaKaEaD {
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 22px 16px 22px;
  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: 540px;
  min-height: 600px;
}
.b-root .coaKaEaD> .bubble-r-container {
  justify-content: center;
}
.b-root .coaKaEaD.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.coaAsaV1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 1px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 35;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .coaAsaV1> .group-item {
  min-height: 1px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaAsaZ1 {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 0.01;
  align-self: flex-start;
  min-width: 0px;
  max-width: 0px;
  order: 37;
  min-height: 0px;
  max-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 72;
}
.b-root .coaAsaZ1> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaQaSaW1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 36px;
  -moz-border-radius: 36px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 840px;
  min-height: 0px;
}
.b-root .coaQaSaW1.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.coaPkaO {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 400px;
  order: 5;
  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: 0px;
  z-index: 21;
}
.b-root .bubble-element.coaPkaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  flex-grow: 1;
  width: 24px;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .coaPkaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPkaP .aspect-ratio {
}
.b-root .bubble-element.coaPkaQ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 24px 32px 24px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.coaPkaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 68px;
  max-height: 68px;
  height: 68px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 16;
}
.b-root .bubble-element.coaPkaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28,28,28,1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  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: 17;
}
.b-root .bubble-element.coaPka {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 32px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.coaPkb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 63px;
  max-width: 63px;
  order: 1;
  min-height: 63px;
  max-height: 63px;
  width: 63px;
  flex-grow: 1;
  height: 63px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaPkb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPkb .aspect-ratio {
}
.b-root .bubble-element.coaPkc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 80px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPkg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: #252525;
  letter-spacing: -0.5px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPkh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(28,28,28,1);
  letter-spacing: -0.5px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 60px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPkm {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 12;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .coaPkm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaPkm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaPkn {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 10px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  z-index: 22;
}
.b-root .bubble-element.coaPko {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  text-align: right;
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: default;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 22;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .coaPko .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaPko .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: right;
}
.b-root .bubble-element.coaPks {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(87, 77, 204, 1);
  letter-spacing: -0.5px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .coaPks .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaPks .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.coaPkt {
  min-width: 0px;
  max-width: 470px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .coaPkt> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.coaPku {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 8px 0px 25px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.coaPky {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPkz {
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(22, 21, 28, 1);
  letter-spacing: -0.3px;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 24px;
  max-height: 24px;
  width: calc(100% - 0px);
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaQaPaG1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 10px;
  max-width: 10px;
  min-height: 5px;
  max-height: 5px;
  width: 10px;
  height: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaQaPaG1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaQaPaG1 .aspect-ratio {
}
.b-root .bubble-element.coaQaUy1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1px;
  max-width: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.coaPlaA {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 42px;
  max-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 49px);
  margin-left: 33px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  z-index: 8;
}
.b-root .coaPlaA> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaPlaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.coaPlaF {
  min-width: 0px;
  max-width: 470px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .coaPlaF> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.coaPlaG {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 42px;
  max-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 49px);
  margin-left: 33px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  z-index: 3;
}
.b-root .coaPlaG> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaPlaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.coaQaOu1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 8px 0px 25px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.coaQaOz1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180,180,180,1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaQaPaA1 {
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(22, 21, 28, 1);
  letter-spacing: -0.3px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 24px;
  max-height: 24px;
  width: calc(100% - 0px);
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaQaPaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 10px;
  max-width: 10px;
  min-height: 5px;
  max-height: 5px;
  width: 10px;
  height: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaQaPaE1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaQaPaE1 .aspect-ratio {
}
.b-root .bubble-element.coaQaVaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1px;
  max-width: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.coaPlaL {
  min-width: 0px;
  max-width: 470px;
  min-height: 0px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2104;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.b-root .coaPlaL> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 8px;
}
.b-root .bubble-element.coaPlaM {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 8px 0px 25px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.coaPlaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180,180,180,1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPlaR {
  border-radius: 18px;
  -moz-border-radius: 18px;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(22, 21, 28, 1);
  letter-spacing: -0.3px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 24px;
  max-height: 24px;
  width: calc(100% - 0px);
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaQaOo1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 10px;
  max-width: 10px;
  min-height: 5px;
  max-height: 5px;
  width: 10px;
  height: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaQaOo1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaQaOo1 .aspect-ratio {
}
.b-root .bubble-element.coaQaUn1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 1px;
  max-width: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.coaPlaS {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 0px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 42px;
  max-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 49px);
  margin-left: 33px;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  z-index: 3;
}
.b-root .coaPlaS> .group-item {
  min-height: 0px;
  box-sizing: content-box;
}
.b-root .bubble-element.coaPlaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 32px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  z-index: 4;
}
.b-root .bubble-element.coaPqz {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 36px;
  -moz-border-radius: 36px;
  padding: 15px 20px 30px 30px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.coaPkaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPiaS {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(39, 19, 83, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaPiaW {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 26px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.coaPiaY {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .coaPiaY img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPiaY .aspect-ratio {
}
.b-root .bubble-element.coaPraQ {
  overflow: visible;
  justify-content: center;
  row-gap: 10px;
  column-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  border-radius: 36px;
  -moz-border-radius: 36px;
  padding: 0px 33px 0px 33px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  max-width: 470px;
  order: 1;
  min-height: 40px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 42;
}
.b-root .bubble-element.coaPraS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 340px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.coaPraW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaPraW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPraW .aspect-ratio {
}
.b-root .bubble-element.coaPic {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 18;
}
.b-root .bubble-element.coaPid {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 200px;
  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: 11;
}
.b-root .bubble-element.coaPie {
  overflow: visible;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(255,255,255,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 2;
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  flex-grow: 1;
  width: 220px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.coaPij {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: center;
  min-width: 1px;
  min-height: 28px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.coaPik {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPio {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 16px;
  max-width: 16px;
  order: 1;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  flex-grow: 1;
  height: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaPio img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPio .aspect-ratio {
}
.b-root .bubble-element.coaQaSk1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 3;
  min-height: 14px;
  max-height: 14px;
  width: 14px;
  flex-grow: 1;
  height: 14px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaQaSk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaQaSk1 .aspect-ratio {
}
.b-root .bubble-element.coaPip {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 7px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.coaQaSaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.coaPiw {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 1px;
  order: 3;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 55;
}
.b-root .bubble-element.coaPjaA {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: bold;
  color: rgba(39, 19, 83, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 540px;
  order: 3;
  min-height: 34px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.coaPjaB {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 26px;
  max-width: 26px;
  order: 4;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .coaPjaB img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPjaB .aspect-ratio {
}
.b-root .bubble-element.coaPjaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 26px;
  max-width: 26px;
  order: 2;
  min-height: 26px;
  max-height: 26px;
  width: 26px;
  flex-grow: 1;
  height: 26px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .coaPjaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPjaC .aspect-ratio {
}
.b-root .bubble-element.coaPjaG {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 470px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 56;
}
.b-root .bubble-element.coaPjaH {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 19.59375px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 58;
}
.b-root .bubble-element.coaPjaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 66px;
  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 .bubble-element.coaPjaU {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaPjr {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 0px 0px 19px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 15;
}
.b-root .bubble-element.coaPjw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPjy {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  z-index: 4;
}
.b-root .bubble-element.coaPjs {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.coaPrj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 14px;
  max-height: 14px;
  width: 12px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaPrj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPrj .aspect-ratio {
}
.b-root .bubble-element.coaPsaB {
  overflow: visible;
  justify-content: space-around;
  row-gap: 10px;
  column-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaPjg {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 0px 0px 22px;
  opacity: 1;
  align-self: center;
  min-width: 220px;
  order: 1;
  min-height: 40px;
  width: 220px;
  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.coaPjq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPjl {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  z-index: 6;
}
.b-root .bubble-element.coaPjm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.coaPrp {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 8px;
  max-height: 8px;
  width: 7px;
  flex-grow: 1;
  height: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaPrp img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPrp .aspect-ratio {
}
.b-root .bubble-element.coaPjaY {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 0px 0px 22px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  order: 2;
  min-height: 40px;
  width: 220px;
  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.coaPjf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPjaZ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.coaPje {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.coaPrv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 8px;
  max-height: 8px;
  width: 7px;
  flex-grow: 1;
  height: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaPrv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPrv .aspect-ratio {
}
.b-root .bubble-element.coaPjaO {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134,145,185,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.coaPuaE2 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: start;
  min-width: 123.1172px;
  min-height: 16px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPty2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 8px;
  max-height: 8px;
  width: 7px;
  flex-grow: 1;
  height: 8px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaPty2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPty2 .aspect-ratio {
}
.b-root .bubble-element.coaPjaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPraY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 36px;
  -moz-border-radius: 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 180px;
  order: 1;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 42;
}
.b-root .bubble-element.coaPrd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.coaPre {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 22px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaPre img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPre .aspect-ratio {
}
.b-root .bubble-element.coaQaSq1 {
  overflow: visible;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaQaSq1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.coaQaSv1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaQaSw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaQaTaA1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaQaTaB1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 12px;
  width: 12px;
  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.coaQaTaC1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaQaTaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaQaTaH1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaQaTaI1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPkaI {
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px 22px 16px 22px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 540px;
  min-height: 500px;
}
.b-root .coaPkaI> .bubble-r-container {
  justify-content: center;
}
.b-root .coaPkaI.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.coaPiq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 18;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  z-index: 59;
}
.b-root .bubble-element.coaQaFz1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 0px 0px 16px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 61;
}
.b-root .bubble-element.coaQaFm1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 60;
}
.b-root .bubble-element.coaPiaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(28,28,28,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  order: 1;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaQaFt1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28,28,28,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 220px;
  order: 3;
  min-height: 17px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaQaGaG1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 19px;
  max-width: 19px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 19px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .coaQaGaG1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaQaGaG1 .aspect-ratio {
}
.b-root .bubble-element.coaQtaQ4 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-end;
  min-width: 20px;
  max-width: 20px;
  order: 4;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .coaQtaQ4 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaQtaQ4 .aspect-ratio {
}
.b-root .bubble-element.coaRaRaS2 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  visibility: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 1;
}
.b-root .bubble-element.coaRaRaX2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30px;
  max-width: 30px;
  order: 1;
  min-height: 30px;
  width: 30px;
  flex-grow: 1;
  height: 30px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .coaRaRaX2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaRaRaX2 .aspect-ratio {
}
.b-root .bubble-element.coaRaRaY2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  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.coaTko {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 471px;
  order: 21;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaTkq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaTku {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .coaTku img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaTku .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.coaZpaO0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 470px;
  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: 30px;
}
.b-root .bubble-element.coaZpaQ0 {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaZqaL0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaZqaR0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: start;
  min-width: 248px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaZqaS0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 26.796899999999994px;
  order: 2;
  min-height: 0px;
  width: 26.796899999999994px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 1;
}
.b-root .bubble-element.coaZqaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(134, 145, 185, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 20px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .bubble-element.coaZqaY0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaZqaY0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaZqaY0 .aspect-ratio {
}
.b-root .bubble-element.coahaU0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  color: rgba(28, 28, 28, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 471px;
  order: 15;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaIaFaY1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 40px;
  max-width: 471px;
  order: 19;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 62;
}
.b-root .bubble-element.coaQaGaQ1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 0px;
  max-width: 471px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  width: 0px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaQaGaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaCaGaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpaCaGaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaCaGaU0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaIaFf1 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 40px;
  max-width: 471px;
  order: 22;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 63;
}
.b-root .bubble-element.cpaIaFaA1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 5px;
  visibility: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: default;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 48px;
  max-height: 48px;
  width: 0px;
  flex-grow: 1;
  height: 48px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpaIaFaC1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaIaFaG1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpaIaFaG1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaIaFaG1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.coaPraG {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  max-width: 184px;
  width: calc(100% - 55px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 55px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .coaPraG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPraG .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 302.0618556701031%;
}
.b-root .bubble-element.cpaHyaW1 {
  overflow: visible;
  justify-content: space-between;
  visibility: hidden;
  border-radius: 36px;
  -moz-border-radius: 36px;
  padding: 40px 85px 40px 55px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cpaIaBk1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 470px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHzs1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 470px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 56;
}
.b-root .bubble-element.cpaHyi1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 66px;
  height: 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.cpaHyj1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaHyk1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaIaJh0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpaHyw1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 0px 0px 22px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpaHzaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHzaA1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  z-index: 5;
}
.b-root .bubble-element.cpaHzaB1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpaHzaC1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 8px;
  max-height: 8px;
  width: 7px;
  flex-grow: 1;
  height: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cpaHzaC1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaHzaC1 .aspect-ratio {
}
.b-root .bubble-element.cpaIaJo0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'CeraPro-Regular';
  font-size: 12px;
  font-style: italic;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaIaJaC1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpaHzaH1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 0px 0px 19px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpaHzaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHzaO1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  z-index: 4;
}
.b-root .bubble-element.cpaHzaI1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpaHzaM1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 14px;
  max-height: 14px;
  width: 12px;
  flex-grow: 1;
  height: 14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cpaHzaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaHzaM1 .aspect-ratio {
}
.b-root .bubble-element.cpaIaIw1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'CeraPro-Regular';
  font-size: 12px;
  font-style: italic;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaIaJu0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 40px;
  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: 18;
}
.b-root .bubble-element.cpaHzaS1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134,145,185,1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpaHzaT1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  justify-self: start;
  min-width: 123.1172px;
  min-height: 16px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHzaU1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 8px;
  max-height: 8px;
  width: 7px;
  flex-grow: 1;
  height: 8px;
  margin-left: 22px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cpaHzaU1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaHzaU1 .aspect-ratio {
}
.b-root .bubble-element.cpaHzaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaIaKaE0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'CeraPro-Regular';
  font-size: 12px;
  font-style: italic;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaIaJaU0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpaHyo1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 0px 0px 22px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 220px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpaHyv1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(180, 180, 180, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHyp1 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  letter-spacing: -0.3px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -moz-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -o-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  -ms-transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  transition: font-size 150ms ease-in, padding-top 150ms ease-in;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  z-index: 6;
}
.b-root .bubble-element.cpaHyq1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 5;
  min-height: 1px;
  max-height: 1px;
  width: 1px;
  flex-grow: 1;
  height: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpaHyu1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 7px;
  max-width: 7px;
  order: 1;
  min-height: 8px;
  max-height: 8px;
  width: 7px;
  flex-grow: 1;
  height: 8px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cpaHyu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaHyu1 .aspect-ratio {
}
.b-root .bubble-element.cpaIaJb0 {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'CeraPro-Regular';
  font-size: 12px;
  font-style: italic;
  color: var(--color_destructive_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpaHyaX1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 36px;
  -moz-border-radius: 36px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 24px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 42;
}
.b-root .bubble-element.cpaHyaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 26px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cpaHyc1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 20px;
  max-height: 20px;
  width: 22px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .cpaHyc1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaHyc1 .aspect-ratio {
}
.b-root .bubble-element.cpaHza1 {
  overflow: visible;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .cpaHza1> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.cpaHze1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaHzf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHzg1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpaHzk1 {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 12px;
  width: 12px;
  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.cpaHzl1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 100%;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaHzm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaHzq1 {
  overflow: visible;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpaHzr1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 12px;
  max-width: 12px;
  order: 1;
  min-height: 12px;
  max-height: 12px;
  width: 12px;
  flex-grow: 1;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaIaAu1 {
  overflow: visible;
  justify-content: center;
  row-gap: 0px;
  column-gap: 5px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 17;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpaIaAy1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaIaAz1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  width: 24px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpaIaAz1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaIaAz1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.cpaIaBd1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 39;
}
.b-root .bubble-element.cpaIaBw1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 8px 12px 8px 12px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 57;
}
.b-root .bubble-element.cpaIaCaC1 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  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: 2;
}
.b-root .bubble-element.cpaIaCaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  line-height: 1.2;
  padding: 0px 0px 4px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: flex-start;
  min-width: 0px;
  max-width: 333px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaIaCaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  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.cpaIaCaY1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 77px;
  max-width: 77px;
  order: 2;
  min-height: 82px;
  max-height: 82px;
  width: 77px;
  flex-grow: 1;
  height: 82px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpaIaCaY1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaIaCaY1 .aspect-ratio {
}
.b-root .bubble-element.cpaIaKu0 {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 1px;
  max-width: 1px;
  order: 15;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 58;
}
.b-root .bubble-element.cpaIaBo1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 166px;
  order: 2;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 0;
}
.b-root .cpaIaBo1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaIaBo1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 302.0618556701031%;
}
.b-root .bubble-element.cpaSeaX1 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 30px 30px 30px 30px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 519px;
  min-height: 220px;
}
.b-root .cpaSeaX1.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.cpaSec1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaSed1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 129px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpaSee1 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 280px;
  order: 3;
  min-height: 52px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cpaSee1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaSee1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaRad0 {
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 36px;
  -moz-border-radius: 36px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 0px;
  max-width: 840px;
  min-height: 200px;
}
.b-root .coaRad0.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.coaPxaR {
  overflow: visible;
  border-radius: 36px;
  -moz-border-radius: 36px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .coaPxaR> .bubble-r-container {
}
.b-root .bubble-element.coaPui {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 25px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 25px 40px 25px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  max-width: 550px;
  min-height: 50px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaPvaS {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  max-width: 310px;
  order: 12;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPva {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPvf {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 22px;
  max-width: 22px;
  order: 1;
  min-height: 18px;
  max-height: 26px;
  width: 22px;
  flex-grow: 1;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .coaPvf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaPvf .aspect-ratio {
}
.b-root .bubble-element.coaPvg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 22px;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPvy {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPwaD {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaPwaD> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.coaPxaG {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 26.796899999999994px;
  order: 4;
  min-height: 100%;
  width: 26.796899999999994px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaPwaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(134, 145, 185, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPxaA {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: rgba(57,68,108,1);
  padding: 10px 0px 0px 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPwaO {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaPwaO> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.coaPyaM {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 26.796899999999994px;
  order: 3;
  min-height: 100%;
  width: 26.796899999999994px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaPyaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(134, 145, 185, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPyaS {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: rgba(57,68,108,1);
  padding: 10px 0px 0px 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPwaW {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaPwaW> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.coaPyaU {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 26.796899999999994px;
  order: 3;
  min-height: 100%;
  width: 26.796899999999994px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaPyaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: rgba(134, 145, 185, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: font-size 200ms ease, margin-top 200ms ease;
  -moz-transition: font-size 200ms ease, margin-top 200ms ease;
  -o-transition: font-size 200ms ease, margin-top 200ms ease;
  -ms-transition: font-size 200ms ease, margin-top 200ms ease;
  transition: font-size 200ms ease, margin-top 200ms ease;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPya {
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: rgba(57,68,108,1);
  padding: 10px 0px 0px 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaPwh {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 145, 185, 1);
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 40px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .coaPwh> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.coaPyf {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  align-self: center;
  min-width: 26.796899999999994px;
  order: 2;
  min-height: 100%;
  width: 26.796899999999994px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
