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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {--stylesheet-active: true;}
.b-root .bubble-element.coaMaJk1 {
  background-color: rgba(9, 11, 17, 1);
  min-width: 0px;
  min-height: 100%;
  min-height: max(0px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  justify-content: flex-start;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Open Sans";
  --font_cphQd_default: "Source Code Pro";
  --color_primary_default: rgba(2, 5, 211, 1);
  --color_primary_default_rgb: 2,5,211;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9,23,71;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255,255,255;
  --color_background_default: rgba(255, 255, 255, 0);
  --color_background_default_rgb: 255,255,255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255,0,0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23,219,78;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250,181,21;
  --color_cphTb_default: rgba(255,255,255,1);
  --color_cphTb_default_rgb: 255,255,255;
  --color_cphQh1_default: rgba(6, 6, 6, 1);
  --color_cphQh1_default_rgb: 6,6,6;
  --color_cphQj1_default: rgba(125, 250, 193, 1);
  --color_cphQj1_default_rgb: 125,250,193;
  --color_cphQk1_default: rgba(255,255,255,1);
  --color_cphQk1_default_rgb: 255,255,255;
  --color_cphQl1_default: rgba(187, 51, 51, 1);
  --color_cphQl1_default_rgb: 187,51,51;
  --color_cphQm1_default: rgba(34, 34, 34, 1);
  --color_cphQm1_default_rgb: 34,34,34;
  --color_cphQo1_default: rgba(171, 171, 171, 1);
  --color_cphQo1_default_rgb: 171,171,171;
}
.b-root .bubble-element.coaMaMi1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 23;
  min-height: 150px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaMaMj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaPmaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 70px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 76;
}
.b-root .bubble-element.coaMaMo1 {
  overflow: visible;
  justify-content: flex-end;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 700px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpwaOy {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpsaCg0 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 1px;
  max-width: 1px;
  order: 2;
  width: 1px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .cpsaCg0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpsaCg0 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 115.68%;
}
.b-root .bubble-element.coaMaMw1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 650px;
  width: 100%;
  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.coaMaNaB1 {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 22, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 100%;
  max-width: 100%;
  order: 10;
  min-height: 50px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .coaMaNaB1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaNaB1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaOaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.coaMaNaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 50px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpasaZ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 89px;
  max-width: 89px;
  order: 1;
  min-height: 89px;
  max-height: 89px;
  height: 89px;
  flex-grow: 1;
  width: 89px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .cpasaZ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpasaZ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaMy1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.coaMaNaD1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .coaMaNaD1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaNaD1 .aspect-ratio {
}
.b-root .bubble-element.coaMaMz1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 52px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.coaMaNaF1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 5;
  min-height: 35px;
  max-height: 35px;
  height: 35px;
  flex-grow: 1;
  width: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .coaMaNaF1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaNaF1 .aspect-ratio {
}
.b-root .bubble-element.coaMaNaH1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 600px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaMaNaI1 {
  overflow: visible;
  justify-content: space-around;
  row-gap: 20px;
  column-gap: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 250px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaMaNaJ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 300;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.15;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 90px;
  width: 300px;
  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.coaMaNaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 300;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.15;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 90px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaMaNaL1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 300;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.15;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 4;
  min-height: 90px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaMaNaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 300;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.15;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 5;
  min-height: 90px;
  width: 300px;
  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.coaMaNaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 300;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.15;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 3;
  min-height: 90px;
  width: 300px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.coaMaMn1 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 22;
  min-height: 592px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.coaMaMl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 70px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 80px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.coaMaMk1 {
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 360px;
  max-height: 360px;
  height: 360px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.coaMaNaU1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1280px;
  max-width: 1280px;
  order: 8;
  min-height: 680px;
  max-height: 680px;
  height: 680px;
  flex-grow: 1;
  width: 1280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaMaNaT1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 40px;
  width: 1200px;
  height: 630px;
  z-index: 2;
}
.b-root .bubble-element.coaMaNaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.55;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 50px;
  left: 0px;
  width: 1200px;
  height: 85px;
  z-index: 3;
}
.b-root .bubble-element.coaMaNaR1 {
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 185px;
  left: 40px;
  width: 1120px;
  height: 350px;
  z-index: 9;
}
.b-root .bubble-element.conaPaP3 {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(115, 249, 188, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 585px;
  left: 500px;
  width: 200px;
  height: 45px;
  z-index: 4;
}
.b-root .conaPaP3 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .conaPaP3 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaYaT1 {
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 631px;
  left: 1000px;
  width: 200px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.coaMaNaX1 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 0px 40px 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 35;
  min-height: 356px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.coaMaNaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.coaMaNa1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .coaMaNa1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaNa1 .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 43.61344537815126%;
}
.b-root .bubble-element.coaMaNb1 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  padding: 11px 0px 11px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 22, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 300px;
  max-width: 300px;
  order: 4;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.coaMaYaS1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1280px;
  max-width: 1280px;
  order: 9;
  min-height: 4410px;
  max-height: 4410px;
  height: 4410px;
  flex-grow: 1;
  width: 1280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.coaMaQaK1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 279px;
  left: 0px;
  width: 1280px;
  height: 824px;
  z-index: 13;
}
.b-root .bubble-element.coaMaQaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 40px;
  width: 1200px;
  height: 709px;
  z-index: 2;
}
.b-root .bubble-element.coaMaQaM1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 187px;
  z-index: 2;
}
.b-root .bubble-element.coaMaQaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 300px;
  width: 600px;
  height: 132px;
  z-index: 16;
}
.b-root .bubble-element.coaMaQaO1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 35px;
  font-weight: 400;
  color: rgba(25, 24, 24, 1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 147px;
  left: 300px;
  width: 600px;
  height: 40px;
  z-index: 16;
}
.b-root .bubble-element.coaMaQaP1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 134px;
  width: 932px;
  height: 90px;
  z-index: 18;
}
.b-root .bubble-element.coaMaQaQ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 692px;
  width: 185px;
  height: 90px;
  z-index: 17;
}
.b-root .coaMaQaQ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQaQ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQaR1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 232px;
  left: 36px;
  width: 1128px;
  height: 477px;
  z-index: 3;
}
.b-root .bubble-element.coaMaQaS1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 4;
}
.b-root .bubble-element.coaMaQaT1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaQaU1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaQaV1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaQaV1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQaV1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQaW1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaQaW1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQaW1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQaX1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaQaX1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQaX1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQaY1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaQaZ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaQa1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 48px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaQb1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 114px;
  height: 16px;
  z-index: 8;
}
.b-root .bubble-element.coaMaQc1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 16px;
  z-index: 6;
}
.b-root .bubble-element.coaMaQd1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.b-root .coaMaQd1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQd1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQe1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 16px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaQe1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQe1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQf1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 32px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaQf1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQf1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQg1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 48px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaQg1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQg1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQh1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 64px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaQh1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQh1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQi1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: bold;
  color: rgba(109, 109, 109, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 92px;
  width: 22px;
  height: 14px;
  z-index: 7;
}
.b-root .bubble-element.coaMaQj1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaQk1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaQl1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaQm1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 113px;
  height: 46px;
  z-index: 2;
}
.b-root .coaMaQm1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQm1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQn1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 152px;
  width: 121px;
  height: 56px;
  z-index: 3;
}
.b-root .coaMaQn1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQn1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQo1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 312px;
  width: 129px;
  height: 61px;
  z-index: 3;
}
.b-root .coaMaQo1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaQo1 .aspect-ratio {
}
.b-root .bubble-element.coaMaQp1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 113px;
  width: 39px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.coaMaQq1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 273px;
  width: 39px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaQr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaQs1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.coaMaQt1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaQu1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 77px;
  height: 17px;
  z-index: 3;
}
.b-root .bubble-element.coaMaQv1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaQv1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaQv1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaQw1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 77px;
  width: 45px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaQx1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaQy1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaQz1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaRaA1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 123px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaRaB1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaRaC1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaRaD1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaRaD1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaD1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaRaE1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaE1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaF1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaRaF1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaF1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaG1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaRaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaRaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 48px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaRaJ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 114px;
  height: 16px;
  z-index: 8;
}
.b-root .bubble-element.coaMaRaK1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 16px;
  z-index: 6;
}
.b-root .bubble-element.coaMaRaL1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.b-root .coaMaRaL1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaL1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaM1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 16px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaM1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaN1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 32px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRaN1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaN1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaO1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 48px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRaO1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaO1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaP1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 64px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRaP1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaP1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: bold;
  color: rgba(109, 109, 109, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 92px;
  width: 22px;
  height: 14px;
  z-index: 7;
}
.b-root .bubble-element.coaMaRaR1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaRaS1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaRaT1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaRaU1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 113px;
  height: 46px;
  z-index: 2;
}
.b-root .coaMaRaU1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaU1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaV1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 152px;
  width: 121px;
  height: 56px;
  z-index: 3;
}
.b-root .coaMaRaV1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaV1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaW1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 312px;
  width: 129px;
  height: 61px;
  z-index: 3;
}
.b-root .coaMaRaW1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRaW1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRaX1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 113px;
  width: 39px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.coaMaRaY1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 273px;
  width: 39px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaRaZ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaRa1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.coaMaRb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaRc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 77px;
  height: 17px;
  z-index: 3;
}
.b-root .bubble-element.coaMaRd1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaRd1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaRd1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaRe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 77px;
  width: 45px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaRf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaRg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaRh1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaRi1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 246px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaRj1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaRk1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaRl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaRl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRl1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRm1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaRm1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRm1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRn1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaRn1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRn1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRo1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaRp1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaRq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 48px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaRr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 114px;
  height: 16px;
  z-index: 8;
}
.b-root .bubble-element.coaMaRs1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 16px;
  z-index: 6;
}
.b-root .bubble-element.coaMaRt1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.b-root .coaMaRt1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRt1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRu1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 16px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRu1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRv1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 32px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRv1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRv1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRw1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 48px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRw1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRw1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRx1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 64px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaRx1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaRx1 .aspect-ratio {
}
.b-root .bubble-element.coaMaRy1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: bold;
  color: rgba(109, 109, 109, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 92px;
  width: 22px;
  height: 14px;
  z-index: 7;
}
.b-root .bubble-element.coaMaRz1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSaA1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSaB1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSaC1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 113px;
  height: 46px;
  z-index: 2;
}
.b-root .coaMaSaC1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSaC1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSaD1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 152px;
  width: 121px;
  height: 56px;
  z-index: 3;
}
.b-root .coaMaSaD1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSaD1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 312px;
  width: 129px;
  height: 61px;
  z-index: 3;
}
.b-root .coaMaSaE1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSaE1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSaF1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 113px;
  width: 39px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.coaMaSaG1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 273px;
  width: 39px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaSaH1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaSaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSaJ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 77px;
  height: 17px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSaL1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaSaL1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaSaL1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaSaM1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 77px;
  width: 45px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSaN1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaSaO1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSaP1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSaQ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 369px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaSaR1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSaS1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSaT1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 76px;
  z-index: 2;
}
.b-root .coaMaSaT1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSaT1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSaU1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaSaU1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSaU1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSaV1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaSaV1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSaV1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSaW1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaSaX1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 48px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaSaZ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 114px;
  height: 16px;
  z-index: 8;
}
.b-root .bubble-element.coaMaSa1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 16px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSb1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.b-root .coaMaSb1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSb1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSc1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 16px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaSc1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSc1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSd1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 32px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaSd1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSd1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSe1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 48px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaSe1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSe1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSf1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 64px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .coaMaSf1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSf1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: bold;
  color: rgba(109, 109, 109, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 92px;
  width: 22px;
  height: 14px;
  z-index: 7;
}
.b-root .bubble-element.coaMaSh1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSi1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSj1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSk1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 113px;
  height: 46px;
  z-index: 2;
}
.b-root .coaMaSk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSk1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 152px;
  width: 121px;
  height: 56px;
  z-index: 3;
}
.b-root .coaMaSl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSl1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSm1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 312px;
  width: 129px;
  height: 61px;
  z-index: 3;
}
.b-root .coaMaSm1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaSm1 .aspect-ratio {
}
.b-root .bubble-element.coaMaSn1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 113px;
  width: 39px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.coaMaSo1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 26px;
  left: 273px;
  width: 39px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaSp1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaSq1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 50px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSr1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSs1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 77px;
  height: 17px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSt1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaSt1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaSt1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaSu1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 77px;
  width: 45px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSv1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaSw1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaSx1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaSy1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 819px;
  left: 0px;
  width: 1280px;
  height: 35px;
  z-index: 3;
}
.b-root .bubble-element.coaMaSz1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1103px;
  left: 0px;
  width: 1280px;
  height: 222px;
  z-index: 20;
}
.b-root .bubble-element.coaMaTaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 45px;
  left: 40px;
  width: 1200px;
  height: 132px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTaB1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 134px;
  width: 932px;
  height: 90px;
  z-index: 3;
}
.b-root .bubble-element.coaMaTaC1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 680px;
  width: 185px;
  height: 90px;
  z-index: 2;
}
.b-root .coaMaTaC1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTaC1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTaD1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1975px;
  left: 0px;
  width: 1280px;
  height: 903px;
  z-index: 21;
}
.b-root .bubble-element.coaMaTaE1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 40px;
  width: 1200px;
  height: 788px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTaF1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 121px;
  z-index: 17;
}
.b-root .bubble-element.coaMaTaG1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 40px;
  width: 1120px;
  height: 66px;
  z-index: 16;
}
.b-root .bubble-element.coaMaTaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 81px;
  left: 40px;
  width: 1120px;
  height: 40px;
  z-index: 16;
}
.b-root .bubble-element.coaMaTaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 134px;
  width: 932px;
  height: 90px;
  z-index: 18;
}
.b-root .bubble-element.coaMaTaJ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 721px;
  width: 185px;
  height: 90px;
  z-index: 17;
}
.b-root .coaMaTaJ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTaJ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTaK1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 166px;
  left: 36px;
  width: 1128px;
  height: 607px;
  z-index: 18;
}
.b-root .bubble-element.coaMaTaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 4;
}
.b-root .bubble-element.coaMaTaM1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 128px;
  z-index: 3;
}
.b-root .bubble-element.coaMaTaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1106px;
  height: 38px;
  z-index: 5;
}
.b-root .bubble-element.coaMaTaO1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 45px;
  left: 22px;
  width: 1062px;
  height: 73px;
  z-index: 13;
}
.b-root .bubble-element.coaMaTaP1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 114px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTaQ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 949px;
  width: 113px;
  height: 46px;
  z-index: 8;
}
.b-root .bubble-element.coaMaTaR1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 13px;
  height: 17px;
  z-index: 3;
}
.b-root .coaMaTaR1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTaR1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTaS1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 93px;
  height: 46px;
  z-index: 7;
}
.b-root .bubble-element.coaMaTaT1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1px;
  left: 493px;
  width: 77px;
  height: 72px;
  z-index: 9;
}
.b-root .bubble-element.coaMaTaU1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaTaU1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTaU1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTaV1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 37px;
  left: 21px;
  width: 35px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaTaV1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTaV1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTaW1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 114px;
  width: 379px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.coaMaTaX1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 570px;
  width: 379px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.coaMaTaY1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTaZ1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaTa1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaTb1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 22px;
  width: 1062px;
  height: 32px;
  z-index: 5;
}
.b-root .bubble-element.coaMaTc1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 163px;
  width: 49px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.coaMaTd1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 326px;
  width: 135px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.coaMaTe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 645px;
  width: 135px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.coaMaTf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 897px;
  width: 74px;
  height: 10px;
  z-index: 12;
}
.b-root .bubble-element.coaMaTg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 38px;
  left: 22px;
  width: 1062px;
  height: 48px;
  z-index: 13;
}
.b-root .bubble-element.coaMaTh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 114px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTi1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 2px;
  left: 949px;
  width: 113px;
  height: 46px;
  z-index: 8;
}
.b-root .bubble-element.coaMaTj1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 14px;
  height: 17px;
  z-index: 3;
}
.b-root .coaMaTj1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTj1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTk1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 93px;
  height: 46px;
  z-index: 7;
}
.b-root .bubble-element.coaMaTl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 439px;
  width: 101px;
  height: 47px;
  z-index: 3;
}
.b-root .coaMaTl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTl1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTm1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 7px;
  left: 758px;
  width: 34px;
  height: 34px;
  z-index: 3;
}
.b-root .coaMaTm1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTm1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTn1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTo1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 452px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaTp1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaTq1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 22px;
  width: 1062px;
  height: 32px;
  z-index: 5;
}
.b-root .bubble-element.coaMaTr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 163px;
  width: 49px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.coaMaTs1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 326px;
  width: 135px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.coaMaTt1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 645px;
  width: 135px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.coaMaTu1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 35px;
  left: 897px;
  width: 74px;
  height: 10px;
  z-index: 12;
}
.b-root .bubble-element.coaMaTv1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 38px;
  left: 22px;
  width: 1062px;
  height: 48px;
  z-index: 13;
}
.b-root .bubble-element.coaMaTw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 114px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaTx1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 2px;
  left: 949px;
  width: 113px;
  height: 46px;
  z-index: 8;
}
.b-root .bubble-element.coaMaTy1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 14px;
  height: 17px;
  z-index: 3;
}
.b-root .coaMaTy1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaTy1 .aspect-ratio {
}
.b-root .bubble-element.coaMaTz1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 93px;
  height: 46px;
  z-index: 7;
}
.b-root .bubble-element.coaMaUaA1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 439px;
  width: 101px;
  height: 47px;
  z-index: 3;
}
.b-root .coaMaUaA1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUaA1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUaB1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 7px;
  left: 758px;
  width: 34px;
  height: 34px;
  z-index: 3;
}
.b-root .coaMaUaB1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUaB1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUaC1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUaD1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 153px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 6;
}
.b-root .bubble-element.coaMaUaE1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 128px;
  z-index: 3;
}
.b-root .bubble-element.coaMaUaF1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1106px;
  height: 38px;
  z-index: 5;
}
.b-root .bubble-element.coaMaUaG1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 45px;
  left: 22px;
  width: 1062px;
  height: 73px;
  z-index: 13;
}
.b-root .bubble-element.coaMaUaH1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 114px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 949px;
  width: 113px;
  height: 46px;
  z-index: 8;
}
.b-root .bubble-element.coaMaUaJ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 13px;
  height: 17px;
  z-index: 3;
}
.b-root .coaMaUaJ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUaJ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUaK1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 93px;
  height: 46px;
  z-index: 7;
}
.b-root .bubble-element.coaMaUaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1px;
  left: 493px;
  width: 77px;
  height: 72px;
  z-index: 9;
}
.b-root .bubble-element.coaMaUaM1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaUaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUaM1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUaN1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 37px;
  left: 21px;
  width: 35px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaUaN1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUaN1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUaO1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 114px;
  width: 379px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.coaMaUaP1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 570px;
  width: 379px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.coaMaUaQ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUaR1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 306px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 6;
}
.b-root .bubble-element.coaMaUaS1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 128px;
  z-index: 3;
}
.b-root .bubble-element.coaMaUaT1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1106px;
  height: 38px;
  z-index: 5;
}
.b-root .bubble-element.coaMaUaU1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 45px;
  left: 22px;
  width: 1062px;
  height: 73px;
  z-index: 13;
}
.b-root .bubble-element.coaMaUaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 114px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUaW1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 949px;
  width: 113px;
  height: 46px;
  z-index: 8;
}
.b-root .bubble-element.coaMaUaX1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 13px;
  height: 17px;
  z-index: 3;
}
.b-root .coaMaUaX1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUaX1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 93px;
  height: 46px;
  z-index: 7;
}
.b-root .bubble-element.coaMaUaZ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1px;
  left: 493px;
  width: 77px;
  height: 72px;
  z-index: 9;
}
.b-root .bubble-element.coaMaUa1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaUa1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUa1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUb1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 37px;
  left: 21px;
  width: 35px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaUb1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUb1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUc1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 114px;
  width: 379px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.coaMaUd1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 570px;
  width: 379px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.coaMaUe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 459px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 6;
}
.b-root .bubble-element.coaMaUg1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 128px;
  z-index: 3;
}
.b-root .bubble-element.coaMaUh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1106px;
  height: 38px;
  z-index: 5;
}
.b-root .bubble-element.coaMaUi1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 45px;
  left: 22px;
  width: 1062px;
  height: 73px;
  z-index: 13;
}
.b-root .bubble-element.coaMaUj1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 0px;
  width: 114px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUk1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 949px;
  width: 113px;
  height: 46px;
  z-index: 8;
}
.b-root .bubble-element.coaMaUl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 13px;
  height: 17px;
  z-index: 3;
}
.b-root .coaMaUl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUl1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUm1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 20px;
  width: 93px;
  height: 46px;
  z-index: 7;
}
.b-root .bubble-element.coaMaUn1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1px;
  left: 493px;
  width: 77px;
  height: 72px;
  z-index: 9;
}
.b-root .bubble-element.coaMaUo1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 77px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaUo1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUo1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUp1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 37px;
  left: 21px;
  width: 35px;
  height: 35px;
  z-index: 3;
}
.b-root .coaMaUp1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUp1 .aspect-ratio {
}
.b-root .bubble-element.coaMaUq1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 114px;
  width: 379px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.coaMaUr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 17px;
  left: 570px;
  width: 379px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.coaMaUs1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 148px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUt1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 2878px;
  left: 0px;
  width: 1280px;
  height: 804px;
  z-index: 23;
}
.b-root .bubble-element.coaMaUu1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 40px;
  width: 1200px;
  height: 689px;
  z-index: 2;
}
.b-root .bubble-element.coaMaUv1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 167px;
  z-index: 17;
}
.b-root .bubble-element.coaMaUw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 234px;
  width: 732px;
  height: 132px;
  z-index: 16;
}
.b-root .bubble-element.coaMaUx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 35px;
  font-weight: 400;
  color: rgba(25, 24, 24, 1);
  text-align: center;
  line-height: 1;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 147px;
  left: 285px;
  width: 630px;
  height: 20px;
  z-index: 16;
}
.b-root .bubble-element.coaMaUy1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 68px;
  width: 1064px;
  height: 90px;
  z-index: 18;
}
.b-root .bubble-element.coaMaUz1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 762px;
  width: 185px;
  height: 90px;
  z-index: 17;
}
.b-root .coaMaUz1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaUz1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVaA1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 212px;
  left: 36px;
  width: 1128px;
  height: 477px;
  z-index: 18;
}
.b-root .bubble-element.coaMaVaB1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVaC1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVaD1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaVaE1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVaE1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVaF1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaVaF1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVaF1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVaG1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaVaG1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVaG1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVaH1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 79px;
  width: 145px;
  height: 50px;
  z-index: 10;
}
.b-root .bubble-element.coaMaVaI1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVaJ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVaK1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVaM1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 133px;
  width: 175px;
  height: 34px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVaO1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 40px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVaP1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 0px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaVaP1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaVaP1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaVaQ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 98px;
  width: 24px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVaR1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 0px;
  width: 98px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVaS1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaVaT1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVaU1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVaV1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 123px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVaW1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVaX1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVaY1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaVaY1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVaY1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVaZ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaVaZ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVaZ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVa1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaVa1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVa1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVb1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 79px;
  width: 145px;
  height: 50px;
  z-index: 10;
}
.b-root .bubble-element.coaMaVc1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVd1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 133px;
  width: 175px;
  height: 34px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVi1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 40px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVj1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 0px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaVj1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaVj1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaVk1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 98px;
  width: 24px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVl1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 0px;
  width: 98px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVm1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaVn1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVo1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVp1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 246px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVq1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaVs1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaVs1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVs1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVt1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaVt1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVt1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVu1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaVu1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaVu1 .aspect-ratio {
}
.b-root .bubble-element.coaMaVv1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 79px;
  width: 145px;
  height: 50px;
  z-index: 10;
}
.b-root .bubble-element.coaMaVw1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaVx1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaVy1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaVz1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaA1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWaB1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 133px;
  width: 175px;
  height: 34px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWaC1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 40px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWaD1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 0px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaWaD1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaWaD1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaWaE1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 98px;
  width: 24px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaF1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 0px;
  width: 98px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWaG1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaWaH1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWaJ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 369px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaK1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 248, 249, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 284px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWaM1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaWaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWaM1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWaN1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 244px;
  width: 40px;
  height: 41px;
  z-index: 5;
}
.b-root .coaMaWaN1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWaN1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWaO1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaWaO1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWaO1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWaP1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 79px;
  width: 145px;
  height: 50px;
  z-index: 10;
}
.b-root .bubble-element.coaMaWaQ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(109, 109, 109, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWaR1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWaS1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaT1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 224px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaU1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 385px;
  width: 441px;
  height: 61px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWaV1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 14px;
  left: 133px;
  width: 175px;
  height: 34px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWaW1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 873px;
  width: 219px;
  height: 40px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWaX1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 0px;
  left: 122px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaWaX1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaWaX1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaWaY1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 98px;
  width: 24px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWaZ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 0px;
  width: 98px;
  height: 34px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWa1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 300px;
  width: 84px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaWb1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 826px;
  width: 47px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWc1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWd1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 864px;
  left: 0px;
  width: 1280px;
  height: 35px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWe1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 3682px;
  left: 0px;
  width: 1280px;
  height: 728px;
  z-index: 23;
}
.b-root .bubble-element.coaMaWf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 40px;
  width: 1200px;
  height: 613px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWg1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 121px;
  z-index: 17;
}
.b-root .bubble-element.coaMaWh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 250px;
  width: 700px;
  height: 66px;
  z-index: 16;
}
.b-root .bubble-element.coaMaWi1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 81px;
  left: 200px;
  width: 800px;
  height: 40px;
  z-index: 16;
}
.b-root .bubble-element.coaMaWj1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 68px;
  width: 1064px;
  height: 90px;
  z-index: 18;
}
.b-root .bubble-element.coaMaWk1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 864px;
  width: 185px;
  height: 90px;
  z-index: 17;
}
.b-root .coaMaWk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWk1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWl1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 166px;
  left: 36px;
  width: 1128px;
  height: 447px;
  z-index: 18;
}
.b-root .bubble-element.coaMaWm1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWn1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWo1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 224px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaWp1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaWp1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWp1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWq1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaWq1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWq1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaWs1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWt1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaWu1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaWv1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 16px;
  left: 381px;
  width: 281px;
  height: 54px;
  z-index: 3;
}
.b-root .bubble-element.coaMaWw1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 54px;
  height: 52px;
  z-index: 2;
}
.b-root .coaMaWw1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWw1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWx1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 91px;
  width: 91px;
  height: 28px;
  z-index: 3;
}
.b-root .coaMaWx1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWx1 .aspect-ratio {
}
.b-root .bubble-element.coaMaWy1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 11px;
  left: 218px;
  width: 63px;
  height: 33px;
  z-index: 3;
}
.b-root .coaMaWy1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaWy1 .aspect-ratio {
}
.b-root .bubble-element.cohmaG0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 54px;
  width: 37px;
  height: 10px;
  z-index: 7;
}
.b-root .bubble-element.cohmaJ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 182px;
  width: 36px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.coaMaWz1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 802px;
  width: 290px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaXaA1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 193px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaXaA1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaXaA1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaXaB1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 160px;
  width: 33px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXaC1 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(55, 171, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 0px;
  width: 160px;
  height: 24px;
  z-index: 7;
}
.b-root .bubble-element.coaMaXaD1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 240px;
  width: 141px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaXaE1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 662px;
  width: 140px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXaF1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaXaG1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 113px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaXaH1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXaI1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 224px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaXaJ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaXaJ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXaJ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXaK1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaXaK1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXaK1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaXaM1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXaN1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaXaO1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXaP1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 16px;
  left: 381px;
  width: 281px;
  height: 54px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXaQ1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 54px;
  height: 52px;
  z-index: 2;
}
.b-root .coaMaXaQ1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXaQ1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXaR1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 91px;
  width: 91px;
  height: 28px;
  z-index: 3;
}
.b-root .coaMaXaR1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXaR1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXaS1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 11px;
  left: 218px;
  width: 63px;
  height: 33px;
  z-index: 3;
}
.b-root .coaMaXaS1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXaS1 .aspect-ratio {
}
.b-root .bubble-element.cohmaU0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 54px;
  width: 37px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cohmd0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 182px;
  width: 36px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.coaMaXaT1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 802px;
  width: 290px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaXaU1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 193px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaXaU1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaXaU1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaXaV1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 160px;
  width: 33px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXaW1 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(55, 171, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 0px;
  width: 160px;
  height: 24px;
  z-index: 7;
}
.b-root .bubble-element.coaMaXaX1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 240px;
  width: 141px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaXaY1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 662px;
  width: 140px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXaZ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaXa1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 226px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaXb1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXc1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 224px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaXd1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaXd1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXd1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXe1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaXe1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXe1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXf1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaXg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXh1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaXi1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXj1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 16px;
  left: 381px;
  width: 281px;
  height: 54px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXk1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 54px;
  height: 52px;
  z-index: 2;
}
.b-root .coaMaXk1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXk1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXl1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 91px;
  width: 91px;
  height: 28px;
  z-index: 3;
}
.b-root .coaMaXl1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXl1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXm1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 11px;
  left: 218px;
  width: 63px;
  height: 33px;
  z-index: 3;
}
.b-root .coaMaXm1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXm1 .aspect-ratio {
}
.b-root .bubble-element.cohmaX0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 54px;
  width: 37px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cohmg0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 182px;
  width: 36px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.coaMaXn1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 802px;
  width: 290px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaXo1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 193px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaXo1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaXo1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaXp1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 160px;
  width: 33px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXq1 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(55, 171, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 0px;
  width: 160px;
  height: 24px;
  z-index: 7;
}
.b-root .bubble-element.coaMaXr1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 240px;
  width: 141px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaXs1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 662px;
  width: 140px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaXt1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaXu1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 339px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 5;
}
.b-root .bubble-element.coaMaXv1 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 1108px;
  height: 88px;
  z-index: 3;
}
.b-root .bubble-element.coaMaXw1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 4px;
  left: 16px;
  width: 224px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaXx1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 2;
}
.b-root .coaMaXx1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXx1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXy1 {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 66px;
  height: 77px;
  z-index: 9;
}
.b-root .coaMaXy1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaXy1 .aspect-ratio {
}
.b-root .bubble-element.coaMaXz1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 9px;
  left: 79px;
  width: 145px;
  height: 71px;
  z-index: 10;
}
.b-root .bubble-element.coaMaYaA1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 700;
  color: rgba(115, 249, 188, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 26px;
  left: 0px;
  width: 145px;
  height: 20px;
  z-index: 3;
}
.b-root .bubble-element.coaMaYaB1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 145px;
  height: 23px;
  z-index: 4;
}
.b-root .bubble-element.coaMaYaC1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 66px;
  width: 13px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaYaD1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 16px;
  left: 381px;
  width: 281px;
  height: 54px;
  z-index: 3;
}
.b-root .bubble-element.coaMaYaE1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 54px;
  height: 52px;
  z-index: 2;
}
.b-root .coaMaYaE1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaYaE1 .aspect-ratio {
}
.b-root .bubble-element.coaMaYaF1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 91px;
  width: 91px;
  height: 28px;
  z-index: 3;
}
.b-root .coaMaYaF1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaYaF1 .aspect-ratio {
}
.b-root .bubble-element.coaMaYaG1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 11px;
  left: 218px;
  width: 63px;
  height: 33px;
  z-index: 3;
}
.b-root .coaMaYaG1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coaMaYaG1 .aspect-ratio {
}
.b-root .bubble-element.cohma0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 54px;
  width: 37px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cohmj0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 182px;
  width: 36px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.coaMaYaH1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 18px;
  left: 802px;
  width: 290px;
  height: 50px;
  z-index: 4;
}
.b-root .bubble-element.coaMaYaI1 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 5px;
  left: 193px;
  width: 97px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaYaI1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaYaI1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaYaJ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 160px;
  width: 33px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaYaK1 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(55, 171, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 13px;
  left: 0px;
  width: 160px;
  height: 24px;
  z-index: 7;
}
.b-root .bubble-element.coaMaYaL1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 39px;
  left: 240px;
  width: 141px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.coaMaYaM1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 49px;
  left: 662px;
  width: 140px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.coaMaYaN1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1128px;
  height: 108px;
  z-index: 2;
}
.b-root .bubble-element.coaMaYaO1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 788px;
  left: 0px;
  width: 1280px;
  height: 35px;
  z-index: 3;
}
.b-root .bubble-element.coaMaYaP1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1325px;
  left: 0px;
  width: 1280px;
  height: 650px;
  z-index: 24;
}
.b-root .bubble-element.coaMaYaQ1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 615px;
  left: 0px;
  width: 1280px;
  height: 35px;
  z-index: 3;
}
.b-root .bubble-element.coaMaYaR1 {
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 40px;
  width: 1200px;
  height: 610px;
  z-index: 2;
}
.b-root .bubble-element.coaMaYaU1 {
  width: initial;
  min-width: 1280px;
  min-height: 80px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  max-width: 1280px;
  height: calc(100vh - 0px);
  max-height: 80px;
  margin-right: auto;
  position: fixed;
  z-index: 1514;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
}
.b-root .bubble-element.coaMaYaV1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 80px;
  width: 1120px;
  height: 80px;
  z-index: 2;
}
.b-root .bubble-element.coaMaYaW1 {
  visibility: hidden;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(115, 249, 188, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 20px;
  left: 713px;
  width: 150px;
  height: 40px;
  z-index: 3;
}
.b-root .coaMaYaW1 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .coaMaYaW1 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.coaMaYaX1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 186px;
  width: 195px;
  height: 60px;
  z-index: 6;
}
.b-root .bubble-element.coaMaYaY1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 116px;
  height: 60px;
  z-index: 2;
}
.b-root .bubble-element.coaMaYaZ1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 35px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 11px;
  left: 116px;
  width: 79px;
  height: 38px;
  z-index: 5;
}
.b-root .bubble-element.coaMaYa1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 381px;
  width: 66px;
  height: 10px;
  z-index: 7;
}
.b-root .bubble-element.coaMaYb1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 34px;
  left: 647px;
  width: 66px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.coaMaYc1 {
  color: rgba(23, 22, 22, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 25px;
  left: 1080px;
  width: 40px;
  height: 31px;
  z-index: 26;
}
.b-root .bubble-element.coaMaYd1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 34px;
  left: 863px;
  width: 217px;
  height: 10px;
  z-index: 27;
}
.b-root .bubble-element.coaMaYe1 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 3px;
  left: 447px;
  width: 416px;
  height: 70px;
  z-index: 29;
}
.b-root .bubble-element.coaMaYf1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 35px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 416px;
  height: 45px;
  z-index: 4;
}
.b-root .bubble-element.coaMaYg1 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 40px;
  left: 0px;
  width: 416px;
  height: 30px;
  z-index: 28;
}
.b-root .bubble-element.coeaCaZ0 {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 802px;
  max-width: 802px;
  min-height: 367px;
  max-height: 367px;
}
.b-root .coeaCaZ0.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(23,22,22,0.9);
  z-index: 2002;
}
.b-root .bubble-element.coeaCc0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 111px;
  left: 205px;
  width: 391px;
  height: 45px;
  z-index: 2;
}
.b-root .bubble-element.coeaCl0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 196px;
  left: 72px;
  width: 658px;
  height: 60px;
  z-index: 5;
}
.b-root .bubble-element.coeaCu0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 15px;
  left: 316px;
  width: 26px;
  height: 45px;
  z-index: 19;
}
.b-root .bubble-element.coiaXaS2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 354px;
  width: 304px;
  height: 60px;
  z-index: 30;
}
.b-root .bubble-element.coiaXaU2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 12px;
  left: 60px;
  width: 183px;
  height: 35px;
  z-index: 22;
}
.b-root .bubble-element.coiaXaV2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 32px;
  height: 32px;
  z-index: 20;
}
.b-root .coiaXaV2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coiaXaV2 .aspect-ratio {
}
.b-root .bubble-element.coiaXaW2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 400;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 37px;
  width: 146px;
  height: 35px;
  z-index: 21;
}
.b-root .bubble-element.coiaXaM2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 304px;
  height: 60px;
  z-index: 29;
}
.b-root .bubble-element.coiaXaO2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 12px;
  left: 18px;
  width: 267px;
  height: 35px;
  z-index: 22;
}
.b-root .bubble-element.coiaXaP2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 1px;
  left: 0px;
  width: 32px;
  height: 32px;
  z-index: 20;
}
.b-root .coiaXaP2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .coiaXaP2 .aspect-ratio {
}
.b-root .bubble-element.coiaXaQ2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 400;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 37px;
  width: 230px;
  height: 35px;
  z-index: 21;
}
.b-root .bubble-element.cpaJav2 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1280px;
  max-width: 1280px;
  order: 10;
  min-height: 610px;
  max-height: 610px;
  height: 610px;
  flex-grow: 1;
  width: 1280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpaJaz2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 145px;
  left: 40px;
  width: 1200px;
  height: 415px;
  z-index: 2;
}
.b-root .bubble-element.cpaJbaX2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 185px;
  height: 125px;
  z-index: 2;
}
.b-root .cpaJbaX2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJbaX2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcg2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 203px;
  width: 185px;
  height: 125px;
  z-index: 3;
}
.b-root .cpaJcg2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcg2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcj2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 406px;
  width: 185px;
  height: 125px;
  z-index: 4;
}
.b-root .cpaJcj2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcj2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcm2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 609px;
  width: 185px;
  height: 125px;
  z-index: 4;
}
.b-root .cpaJcm2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcm2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcp2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 812px;
  width: 185px;
  height: 125px;
  z-index: 4;
}
.b-root .cpaJcp2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcp2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcs2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 1015px;
  width: 185px;
  height: 125px;
  z-index: 4;
}
.b-root .cpaJcs2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcs2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcv2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 0px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJcv2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcv2 .aspect-ratio {
}
.b-root .bubble-element.cpaJcy2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 203px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJcy2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJcy2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdaB2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 406px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdaB2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdaB2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdaE2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 609px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdaE2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdaE2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdaH2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 812px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdaH2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdaH2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdaK2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 145px;
  left: 1015px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdaK2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdaK2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdj2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 290px;
  left: 0px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdj2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdj2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdm2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 290px;
  left: 203px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdm2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdm2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdp2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 290px;
  left: 406px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdp2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdp2 .aspect-ratio {
}
.b-root .bubble-element.cpaJds2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 290px;
  left: 609px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJds2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJds2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdv2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 290px;
  left: 812px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdv2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdv2 .aspect-ratio {
}
.b-root .bubble-element.cpaJdy2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 290px;
  left: 1015px;
  width: 185px;
  height: 125px;
  z-index: 5;
}
.b-root .cpaJdy2 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaJdy2 .aspect-ratio {
}
.b-root .bubble-element.cpaJmaT2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 185px;
  width: 18px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.cpaJmaW2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 388px;
  width: 18px;
  height: 10px;
  z-index: 7;
}
.b-root .bubble-element.cpaJmaZ2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 591px;
  width: 18px;
  height: 10px;
  z-index: 7;
}
.b-root .bubble-element.cpaJmf2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 794px;
  width: 18px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cpaJmi2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 997px;
  width: 18px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cpaJml2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 195px;
  left: 997px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJmo2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 195px;
  left: 794px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJmr2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 195px;
  left: 591px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJmu2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 195px;
  left: 388px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJmx2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 195px;
  left: 185px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJnaL2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 345px;
  left: 997px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJnaO2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 345px;
  left: 794px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJnaR2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 345px;
  left: 591px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJnaU2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 345px;
  left: 388px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJnaX2 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 345px;
  left: 185px;
  width: 18px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaJax2 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.55;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 40px;
  width: 1200px;
  height: 85px;
  z-index: 3;
}
.b-root .bubble-element.cpaQyaF0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cpaQyaH0 {
  overflow: visible;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 30px;
  width: 100%;
  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.cpaQyaI0 {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 0.7;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  cursor: pointer;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  order: 2;
  min-height: 25px;
  width: 170px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cpaQyaI0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaQyaI0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaQyaJ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  padding: 0px 10px 0px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 24px;
  width: 100%;
  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.cpaQyaM0 {
  color: rgba(23, 22, 22, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 20px;
  max-width: 20px;
  order: 5;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  flex-grow: 1;
  height: 20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpaSlaI0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1280px;
  max-width: 1280px;
  order: 12;
  min-height: 824px;
  max-height: 824px;
  height: 824px;
  flex-grow: 1;
  width: 1280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpaSlaK0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 249px;
  left: 40px;
  width: 1200px;
  height: 520px;
  z-index: 11;
}
.b-root .bubble-element.cpaSlaL0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 40px;
  width: 1120px;
  height: 440px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlaM0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 520px;
  height: 410px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlaN0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 4;
}
.b-root .bubble-element.cpaSlaO0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlaP0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 31, 31, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 500px;
  height: 175px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlaQ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 8px;
  width: 195px;
  height: 168px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: bold;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 102px;
  left: 0px;
  width: 195px;
  height: 36px;
  z-index: 4;
}
.b-root .bubble-element.cpaSlaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 138px;
  left: 0px;
  width: 195px;
  height: 30px;
  z-index: 6;
}
.b-root .bubble-element.cpaSlaT0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 195px;
  height: 97px;
  z-index: 8;
}
.b-root .bubble-element.cpaSlaU0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 66px;
  width: 79px;
  height: 97px;
  z-index: 3;
}
.b-root .cpaSlaU0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlaU0 .aspect-ratio {
}
.b-root .bubble-element.cpaSlaV0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 0px;
  width: 66px;
  height: 26px;
  z-index: 5;
}
.b-root .cpaSlaV0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlaV0 .aspect-ratio {
}
.b-root .bubble-element.cpaSlaW0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 145px;
  width: 50px;
  height: 50px;
  z-index: 7;
}
.b-root .cpaSlaW0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlaW0 .aspect-ratio {
}
.b-root .bubble-element.cpaSlaX0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 50px;
  width: 5px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cpaSlaY0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 20px;
  left: 136px;
  width: 4px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpaSlaZ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 211px;
  width: 279px;
  height: 168px;
  z-index: 3;
}
.b-root .bubble-element.cpaSla0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 279px;
  height: 104px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlb0 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 119px;
  left: 64px;
  width: 150px;
  height: 30px;
  z-index: 3;
}
.b-root .cpaSlb0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaSlb0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaSlc0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 215px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 5;
}
.b-root .bubble-element.cpaSld0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 2;
}
.b-root .bubble-element.cpaSle0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 31, 31, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 500px;
  height: 175px;
  z-index: 3;
}
.b-root .bubble-element.cpaSlf0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 8px;
  width: 196px;
  height: 168px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlg0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 196px;
  height: 97px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlh0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 66px;
  width: 79px;
  height: 97px;
  z-index: 2;
}
.b-root .cpaSlh0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlh0 .aspect-ratio {
}
.b-root .bubble-element.cpaSli0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 0px;
  width: 66px;
  height: 26px;
  z-index: 3;
}
.b-root .cpaSli0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSli0 .aspect-ratio {
}
.b-root .bubble-element.cpaSlj0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 146px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cpaSlj0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlj0 .aspect-ratio {
}
.b-root .bubble-element.cpaSlk0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 50px;
  width: 9px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpaSll0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 132px;
  width: 8px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpaSlm0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: bold;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 102px;
  left: 0px;
  width: 196px;
  height: 36px;
  z-index: 3;
}
.b-root .bubble-element.cpaSln0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 138px;
  left: 0px;
  width: 196px;
  height: 30px;
  z-index: 4;
}
.b-root .bubble-element.cpaSlo0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 210px;
  width: 280px;
  height: 168px;
  z-index: 3;
}
.b-root .bubble-element.cpaSlp0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 280px;
  height: 104px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlq0 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 119px;
  left: 65px;
  width: 150px;
  height: 30px;
  z-index: 3;
}
.b-root .cpaSlq0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaSlq0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaSlr0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 600px;
  width: 520px;
  height: 410px;
  z-index: 3;
}
.b-root .bubble-element.cpaSls0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 5;
}
.b-root .bubble-element.cpaSlt0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlu0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 31, 31, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 500px;
  height: 175px;
  z-index: 3;
}
.b-root .bubble-element.cpaSlv0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 8px;
  width: 196px;
  height: 168px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlw0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 196px;
  height: 97px;
  z-index: 2;
}
.b-root .bubble-element.cpaSlx0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 67px;
  width: 79px;
  height: 97px;
  z-index: 2;
}
.b-root .cpaSlx0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlx0 .aspect-ratio {
}
.b-root .bubble-element.cpaSly0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 0px;
  width: 67px;
  height: 26px;
  z-index: 3;
}
.b-root .cpaSly0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSly0 .aspect-ratio {
}
.b-root .bubble-element.cpaSlz0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 146px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cpaSlz0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSlz0 .aspect-ratio {
}
.b-root .bubble-element.cpaSmaA0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 50px;
  width: 5px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpaSmaB0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 135px;
  width: 4px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpaSmaC0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: bold;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 102px;
  left: 0px;
  width: 196px;
  height: 36px;
  z-index: 3;
}
.b-root .bubble-element.cpaSmaD0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 138px;
  left: 0px;
  width: 196px;
  height: 30px;
  z-index: 4;
}
.b-root .bubble-element.cpaSmaE0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 210px;
  width: 280px;
  height: 168px;
  z-index: 3;
}
.b-root .bubble-element.cpaSmaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 280px;
  height: 104px;
  z-index: 2;
}
.b-root .bubble-element.cpaSmaG0 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 119px;
  left: 65px;
  width: 150px;
  height: 30px;
  z-index: 3;
}
.b-root .cpaSmaG0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaSmaG0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaSmaH0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 215px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 6;
}
.b-root .bubble-element.cpaSmaI0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 520px;
  height: 195px;
  z-index: 2;
}
.b-root .bubble-element.cpaSmaJ0 {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 31, 31, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 500px;
  height: 175px;
  z-index: 3;
}
.b-root .bubble-element.cpaSmaK0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 8px;
  width: 196px;
  height: 168px;
  z-index: 2;
}
.b-root .bubble-element.cpaSmaL0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 196px;
  height: 97px;
  z-index: 2;
}
.b-root .bubble-element.cpaSmaM0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 67px;
  width: 79px;
  height: 97px;
  z-index: 2;
}
.b-root .cpaSmaM0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSmaM0 .aspect-ratio {
}
.b-root .bubble-element.cpaSmaN0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 0px;
  width: 66px;
  height: 26px;
  z-index: 3;
}
.b-root .cpaSmaN0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSmaN0 .aspect-ratio {
}
.b-root .bubble-element.cpaSmaO0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 146px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.b-root .cpaSmaO0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpaSmaO0 .aspect-ratio {
}
.b-root .bubble-element.cpaSmaP0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 50px;
  width: 7px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpaSmaQ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 133px;
  width: 7px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpaSmaR0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: bold;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 102px;
  left: 0px;
  width: 196px;
  height: 36px;
  z-index: 3;
}
.b-root .bubble-element.cpaSmaS0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 138px;
  left: 0px;
  width: 196px;
  height: 30px;
  z-index: 4;
}
.b-root .bubble-element.cpaSmaT0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 5px;
  left: 210px;
  width: 280px;
  height: 168px;
  z-index: 3;
}
.b-root .bubble-element.cpaSmaU0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 280px;
  height: 104px;
  z-index: 2;
}
.b-root .bubble-element.cpaSmaV0 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 119px;
  left: 65px;
  width: 150px;
  height: 30px;
  z-index: 3;
}
.b-root .cpaSmaV0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaSmaV0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaSmaW0 {
  overflow: hidden auto;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 181px;
  left: 520px;
  width: 80px;
  height: 14px;
  z-index: 4;
}
.b-root .bubble-element.cpaSmaX0 {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(115, 249, 188, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 475px;
  left: 525px;
  width: 150px;
  height: 45px;
  z-index: 3;
}
.b-root .cpaSmaX0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaSmaX0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaSmaY0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 51px;
  left: 40px;
  width: 1200px;
  height: 66px;
  z-index: 10;
}
.b-root .bubble-element.cpaSmaZ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
  text-align: center;
  line-height: 1.4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 132px;
  left: 40px;
  width: 1200px;
  height: 40px;
  z-index: 10;
}
.b-root .bubble-element.cpaSma0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 197px;
  left: 0px;
  width: 1280px;
  height: 52px;
  z-index: 13;
}
.b-root .bubble-element.cpaSmb0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 900;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 52px;
  z-index: 12;
}
.b-root .bubble-element.cpaYaIaX5 {
  width: initial;
  min-width: 100%;
  min-height: 190px;
  left: 0px;
  right: 0px;
  top: unset;
  bottom: 0px;
  max-width: 100%;
  height: auto;
  max-height: calc(100% - 0px);
  margin-right: auto;
  position: fixed;
  z-index: 1513;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .bubble-element.cpwaNs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(115, 249, 188, 1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  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: 2;
}
.b-root .bubble-element.cpaYaHt5 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  padding: 0px 20px 0px 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpaYaIaH5 {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpaYaHw5 {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  min-height: 50px;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .cpaYaHw5 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaYaHw5 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpaYaIaC5 {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 46%;
  max-width: 46%;
  order: 1;
  min-height: 50px;
  width: 46%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .cpaYaIaC5 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpaYaIaC5 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cppaPz {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1280px;
  max-width: 1280px;
  order: 14;
  min-height: 545px;
  max-height: 545px;
  height: 545px;
  flex-grow: 1;
  width: 1280px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.cppaQaL {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 435px;
  left: 74px;
  width: 63px;
  height: 110px;
  z-index: 3;
}
.b-root .bubble-element.cppaQaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 435px;
  z-index: 2;
}
.b-root .cppaQaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cppaQaF .aspect-ratio {
}
.b-root .bubble-element.cpraIp1 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 1120px;
  max-width: 1120px;
  order: 17;
  min-height: 2286px;
  max-height: 2286px;
  height: 2286px;
  flex-grow: 1;
  width: 1120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.cpeaFaJ {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 726px;
  left: 0px;
  width: 1120px;
  height: 1560px;
  z-index: 14;
}
.b-root .bubble-element.cpeaGaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 17px;
  left: 526px;
  width: 594px;
  height: 488px;
  z-index: 5;
}
.b-root .cpeaGaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpeaGaZ .aspect-ratio {
}
.b-root .bubble-element.cpeaGa {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 51px;
  left: 0px;
  width: 519px;
  height: 182px;
  z-index: 6;
}
.b-root .bubble-element.cpeaGb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 468px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaGd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 113px;
  left: 0px;
  width: 468px;
  height: 69px;
  z-index: 4;
}
.b-root .bubble-element.cpesaN0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 60px;
  font-weight: 700;
  color: rgba(116, 249, 188, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 32px;
  left: 0px;
  width: 519px;
  height: 61px;
  z-index: 5;
}
.b-root .bubble-element.cpeaGe {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 324px;
  left: 0px;
  width: 1120px;
  height: 400px;
  z-index: 7;
}
.b-root .bubble-element.cpeaHaX {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 400px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHaY {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 31px;
  left: 30px;
  width: 300px;
  height: 346px;
  z-index: 6;
}
.b-root .bubble-element.cpeaHaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 299px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHa {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 212px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 97px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaHc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 112px;
  width: 100px;
  height: 44px;
  z-index: 5;
}
.b-root .bubble-element.cpeaHd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 95px;
  height: 44px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 100px;
  height: 2px;
  z-index: 3;
}
.b-root .cpeaHe .aspect-ratio {
}
.b-root .bubble-element.cpeaHf {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 1px;
  width: 299px;
  height: 77px;
  z-index: 4;
}
.b-root .bubble-element.cpeaHg {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 299px;
  height: 45px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHh {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaHh .aspect-ratio {
}
.b-root .bubble-element.cpeaHi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 45px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHj {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHk {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaHk .aspect-ratio {
}
.b-root .bubble-element.cpeaHl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHm {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,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;
  top: 292px;
  left: 1px;
  width: 299px;
  height: 53px;
  z-index: 5;
}
.b-root .cpeaHm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpeaHm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpeaGf {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 380px;
  width: 360px;
  height: 400px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGg {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 31px;
  left: 30px;
  width: 300px;
  height: 346px;
  z-index: 6;
}
.b-root .bubble-element.cpeaGh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 299px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaGi {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 254px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 118px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaGk {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 133px;
  width: 121px;
  height: 44px;
  z-index: 5;
}
.b-root .bubble-element.cpeaGl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 117px;
  height: 44px;
  z-index: 2;
}
.b-root .bubble-element.cpeaGm {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 117px;
  height: 2px;
  z-index: 3;
}
.b-root .cpeaGm .aspect-ratio {
}
.b-root .bubble-element.cpeaGn {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 1px;
  width: 299px;
  height: 141px;
  z-index: 4;
}
.b-root .bubble-element.cpeaGu {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 299px;
  height: 45px;
  z-index: 2;
}
.b-root .bubble-element.cpeaGv {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGv .aspect-ratio {
}
.b-root .bubble-element.cpeaGw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 45px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGx {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGy {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGy .aspect-ratio {
}
.b-root .bubble-element.cpeaGz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGo {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 4;
}
.b-root .bubble-element.cpeaGp {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGp .aspect-ratio {
}
.b-root .bubble-element.cpeaGq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGr {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 119px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 5;
}
.b-root .bubble-element.cpeaGs {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGs .aspect-ratio {
}
.b-root .bubble-element.cpeaGt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaA {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,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;
  top: 292px;
  left: 1px;
  width: 299px;
  height: 53px;
  z-index: 5;
}
.b-root .cpeaHaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpeaHaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpeaHaB {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 760px;
  width: 360px;
  height: 400px;
  z-index: 4;
}
.b-root .bubble-element.cpeaHaC {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 31px;
  left: 30px;
  width: 300px;
  height: 346px;
  z-index: 6;
}
.b-root .bubble-element.cpeaHaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 299px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHaE {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 252px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaHaG {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 135px;
  width: 117px;
  height: 44px;
  z-index: 5;
}
.b-root .bubble-element.cpeaHaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 117px;
  height: 44px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHaI {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 116px;
  height: 2px;
  z-index: 3;
}
.b-root .cpeaHaI .aspect-ratio {
}
.b-root .bubble-element.cpeaHaJ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 1px;
  width: 299px;
  height: 163px;
  z-index: 4;
}
.b-root .bubble-element.cpeaHaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 299px;
  height: 67px;
  z-index: 2;
}
.b-root .bubble-element.cpeaHaR {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaHaR .aspect-ratio {
}
.b-root .bubble-element.cpeaHaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 67px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaT {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 77px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaU {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaHaU .aspect-ratio {
}
.b-root .bubble-element.cpeaHaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaK {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 109px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 4;
}
.b-root .bubble-element.cpeaHaL {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaHaL .aspect-ratio {
}
.b-root .bubble-element.cpeaHaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaN {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 141px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 5;
}
.b-root .bubble-element.cpeaHaO {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaHaO .aspect-ratio {
}
.b-root .bubble-element.cpeaHaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaHaW {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,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;
  top: 292px;
  left: 1px;
  width: 299px;
  height: 53px;
  z-index: 5;
}
.b-root .cpeaHaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpeaHaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpesi0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 103px;
  left: 741px;
  width: 19px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.cpesl0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 98px;
  left: 360px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.cpeaFaL {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 814px;
  left: 0px;
  width: 1120px;
  height: 162px;
  z-index: 8;
}
.b-root .bubble-element.cpeaFaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 468px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 113px;
  left: 0px;
  width: 626px;
  height: 49px;
  z-index: 4;
}
.b-root .bubble-element.cpesaQ0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 60px;
  font-weight: 700;
  color: rgba(116, 249, 188, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 32px;
  left: 0px;
  width: 641px;
  height: 61px;
  z-index: 6;
}
.b-root .bubble-element.cpeaFaP {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 1067px;
  left: 0px;
  width: 1120px;
  height: 403px;
  z-index: 9;
}
.b-root .bubble-element.cpeaFaQ {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 380px;
  width: 360px;
  height: 403px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFaR {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 31px;
  left: 30px;
  width: 300px;
  height: 342px;
  z-index: 6;
}
.b-root .bubble-element.cpeaFaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 299px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFaT {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 254px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaFaV {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 135px;
  width: 119px;
  height: 44px;
  z-index: 5;
}
.b-root .bubble-element.cpeaFaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 119px;
  height: 44px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 115px;
  height: 2px;
  z-index: 3;
}
.b-root .cpeaFaX .aspect-ratio {
}
.b-root .bubble-element.cpeaFaY {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,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;
  top: 289px;
  left: 1px;
  width: 299px;
  height: 53px;
  z-index: 5;
}
.b-root .cpeaFaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpeaFaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpeaFaZ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 0px;
  width: 299px;
  height: 141px;
  z-index: 6;
}
.b-root .bubble-element.cpeaFg {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 299px;
  height: 45px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFh {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaFh .aspect-ratio {
}
.b-root .bubble-element.cpeaFi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 45px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFj {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFk {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaFk .aspect-ratio {
}
.b-root .bubble-element.cpeaFl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFa {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 4;
}
.b-root .bubble-element.cpeaFb {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaFb .aspect-ratio {
}
.b-root .bubble-element.cpeaFc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFd {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 119px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 5;
}
.b-root .bubble-element.cpeaFe {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaFe .aspect-ratio {
}
.b-root .bubble-element.cpeaFf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFm {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 760px;
  width: 360px;
  height: 403px;
  z-index: 4;
}
.b-root .bubble-element.cpeaFn {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 31px;
  left: 30px;
  width: 300px;
  height: 342px;
  z-index: 6;
}
.b-root .bubble-element.cpeaFo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 299px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFp {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 276px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaFr {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 135px;
  width: 141px;
  height: 44px;
  z-index: 5;
}
.b-root .bubble-element.cpeaFs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 141px;
  height: 44px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 141px;
  height: 2px;
  z-index: 3;
}
.b-root .cpeaFt .aspect-ratio {
}
.b-root .bubble-element.cpesz0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 13px;
  left: 120px;
  width: 15px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpeaFu {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 1px;
  width: 299px;
  height: 160px;
  z-index: 4;
}
.b-root .bubble-element.cpeaFy {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 299px;
  height: 64px;
  z-index: 2;
}
.b-root .bubble-element.cpeaFz {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 8px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaFz .aspect-ratio {
}
.b-root .bubble-element.cpeaGaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 64px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaB {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 106px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaC {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGaC .aspect-ratio {
}
.b-root .bubble-element.cpeaGaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaFv {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 138px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 5;
}
.b-root .bubble-element.cpeaFw {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaFw .aspect-ratio {
}
.b-root .bubble-element.cpeaFx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaE {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 74px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 6;
}
.b-root .bubble-element.cpeaGaF {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGaF .aspect-ratio {
}
.b-root .bubble-element.cpeaGaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaH {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,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;
  top: 289px;
  left: 1px;
  width: 299px;
  height: 53px;
  z-index: 5;
}
.b-root .cpeaGaH .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpeaGaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpeaGaI {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 403px;
  z-index: 5;
}
.b-root .bubble-element.cpeaGaJ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 31px;
  left: 30px;
  width: 300px;
  height: 342px;
  z-index: 6;
}
.b-root .bubble-element.cpeaGaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1px;
  width: 299px;
  height: 23px;
  z-index: 2;
}
.b-root .bubble-element.cpeaGaL {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 33px;
  left: 0px;
  width: 257px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 118px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaGaN {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 134px;
  width: 123px;
  height: 44px;
  z-index: 5;
}
.b-root .bubble-element.cpeaGaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 40px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 123px;
  height: 44px;
  z-index: 2;
}
.b-root .bubble-element.cpeaGaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 1;
  top: 21px;
  left: 0px;
  width: 116px;
  height: 2px;
  z-index: 3;
}
.b-root .cpeaGaP .aspect-ratio {
}
.b-root .bubble-element.cpeaGaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 87px;
  left: 1px;
  width: 299px;
  height: 76px;
  z-index: 4;
}
.b-root .bubble-element.cpeaGaU {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 299px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaV {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGaV .aspect-ratio {
}
.b-root .bubble-element.cpeaGaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 22px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaR {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 32px;
  left: 0px;
  width: 299px;
  height: 44px;
  z-index: 4;
}
.b-root .bubble-element.cpeaGaS {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  z-index: 2;
}
.b-root .cpeaGaS .aspect-ratio {
}
.b-root .bubble-element.cpeaGaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 13px;
  width: 286px;
  height: 44px;
  z-index: 3;
}
.b-root .bubble-element.cpeaGaX {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,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;
  top: 289px;
  left: 1px;
  width: 299px;
  height: 53px;
  z-index: 5;
}
.b-root .cpeaGaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpeaGaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpesq0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 118px;
  left: 361px;
  width: 19px;
  height: 10px;
  z-index: 7;
}
.b-root .bubble-element.cpest0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 140px;
  left: 741px;
  width: 19px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cpeaGaY {
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 742px;
  left: 0px;
  width: 28px;
  height: 15px;
  z-index: 10;
}
.b-root .bubble-element.cpfuj0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 1120px;
  height: 726px;
  z-index: 17;
}
.b-root .bubble-element.cpfwaC0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 12px;
  left: 554px;
  width: 566px;
  height: 298px;
  z-index: 5;
}
.b-root .cpfwaC0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpfwaC0 .aspect-ratio {
}
.b-root .bubble-element.cpfwaD0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 66px;
  left: 0px;
  width: 551px;
  height: 197px;
  z-index: 6;
}
.b-root .bubble-element.cpfwaF0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 70px;
  left: 0px;
  width: 488px;
  height: 47px;
  z-index: 4;
}
.b-root .bubble-element.cpfwaG0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 60px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 551px;
  height: 61px;
  z-index: 5;
}
.b-root .bubble-element.cpfxaW0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 121px;
  left: 21px;
  width: 530px;
  height: 76px;
  z-index: 6;
}
.b-root .bubble-element.cpfwaH0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 324px;
  left: 0px;
  width: 1120px;
  height: 312px;
  z-index: 7;
}
.b-root .bubble-element.cpfxaA0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 312px;
  z-index: 2;
}
.b-root .bubble-element.cpfxaP0 {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(6, 6, 6, 1);
  text-align: center;
  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;
  top: 259px;
  left: 0px;
  width: 360px;
  height: 53px;
  z-index: 5;
}
.b-root .cpfxaP0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpfxaP0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpfxa0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 230px;
  z-index: 6;
}
.b-root .cpfxa0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpfxa0 .aspect-ratio {
}
.b-root .bubble-element.cpfxaQ0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 103px;
  left: 741px;
  width: 19px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.cpfxaR0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 98px;
  left: 360px;
  width: 20px;
  height: 10px;
  z-index: 6;
}
.b-root .bubble-element.cpfxe0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 760px;
  width: 360px;
  height: 312px;
  z-index: 7;
}
.b-root .bubble-element.cpfxg0 {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(6, 6, 6, 1);
  text-align: center;
  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;
  top: 259px;
  left: 0px;
  width: 360px;
  height: 53px;
  z-index: 5;
}
.b-root .cpfxg0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpfxg0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpfxh0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 357px;
  height: 230px;
  z-index: 6;
}
.b-root .cpfxh0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpfxh0 .aspect-ratio {
}
.b-root .bubble-element.cpfxj0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 380px;
  width: 360px;
  height: 312px;
  z-index: 7;
}
.b-root .bubble-element.cpfxl0 {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 700;
  color: rgba(6, 6, 6, 1);
  text-align: center;
  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;
  top: 259px;
  left: 0px;
  width: 360px;
  height: 53px;
  z-index: 5;
}
.b-root .cpfxl0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpfxl0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpfxm0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 358px;
  height: 230px;
  z-index: 6;
}
.b-root .cpfxm0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpfxm0 .aspect-ratio {
}
.b-root .bubble-element.cpuaEaI {
  overflow: visible;
  justify-content: center;
  row-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 0px 40px 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 32;
  min-height: 600px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cpuaEaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .cpuaEaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpuaEaP .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 44.35897435897436%;
}
.b-root .bubble-element.cpuaEaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 55px;
  font-weight: 900;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpwaPaL {
  overflow: visible;
  justify-content: center;
  row-gap: 40px;
  column-gap: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.cpuaEb {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  padding: 11px 0px 11px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 22, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 1;
  min-height: 45px;
  width: 300px;
  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.cpuaEaQ {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1;
  padding: 11px 0px 11px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 22, 1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 300px;
  max-width: 300px;
  order: 2;
  min-height: 45px;
  width: 300px;
  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.cpwaMaA {
  overflow: visible;
  justify-content: center;
  row-gap: 40px;
  column-gap: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 37;
  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: 23;
}
.b-root .bubble-element.cmaQfr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 126px;
  max-height: 126px;
  width: 160px;
  flex-grow: 1;
  height: 126px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 40;
}
.b-root .bubble-element.cmaQfu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 3;
  min-height: 25px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cmaQfx {
  color: rgba(96, 209, 162, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 3;
  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: 21;
}
.b-root .bubble-element.cmaQfy {
  color: rgba(96, 209, 162, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 24px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 22;
}
.b-root .bubble-element.cmaQfz {
  color: rgba(96, 209, 162, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 4;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.cmaQfv {
  overflow: visible;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 5;
  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: 25;
}
.b-root .bubble-element.cmaQfw {
  color: rgba(0, 0, 0, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  z-index: 24;
}
.b-root .bubble-element.cmaQgaA {
  overflow: visible;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  align-self: flex-start;
  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: 27;
}
.b-root .bubble-element.cmaQgaB {
  color: rgba(23, 23, 22, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  z-index: 26;
}
.b-root .bubble-element.codzaM1 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 90px;
  max-width: 90px;
  order: 2;
  min-height: 90px;
  max-height: 90px;
  height: 90px;
  flex-grow: 1;
  width: 90px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .codzaM1 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .codzaM1 .aspect-ratio {
}
.b-root .bubble-element.cmaQgaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 128px;
  order: 4;
  min-height: 82px;
  max-height: 82px;
  width: max-content;
  flex-grow: 0;
  height: 82px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 36;
}
.b-root .bubble-element.codxi0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 128px;
  max-width: 128px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 128px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.codxm0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 128px;
  max-width: 128px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 128px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cpgaaF1 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 128px;
  max-width: 128px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 128px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 43;
}
.b-root .bubble-element.cmaQgaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 106px;
  max-height: 106px;
  width: 160px;
  flex-grow: 1;
  height: 106px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 55;
}
.b-root .bubble-element.codxv0 {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 3;
  min-height: 51px;
  width: 160px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 37;
}
.b-root .bubble-element.codxx0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 160px;
  max-width: 160px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 41;
}
.b-root .bubble-element.codxy0 {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: rgba(115, 249, 188, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 160px;
  max-width: 160px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 42;
}
.b-root .bubble-element.cpwaNaA {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 58px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.cmaQiaE {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 37px;
  max-height: 37px;
  width: 175px;
  flex-grow: 1;
  height: 37px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cmaQhx {
  color: rgba(168, 168, 168, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 6px;
  left: 0px;
  width: 27px;
  height: 24px;
  z-index: 24;
}
.b-root .bubble-element.cmaQiaB {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 3px;
  left: 32px;
  width: 143px;
  height: 30px;
  z-index: 25;
}
.b-root .bubble-element.cnaXaQc3 {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
  color: rgba(3, 180, 198, 1);
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 128px;
  max-width: 128px;
  order: 1;
  min-height: 27px;
  width: 128px;
  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.cpwtk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 100%;
  order: 24;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.cpwaWaO {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 665px;
  max-width: 665px;
  min-height: 532px;
  max-height: 532px;
}
.b-root .cpwaWaO.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cpwaWaS {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 30px;
  left: 46px;
  width: 573px;
  height: 462px;
  z-index: 5;
}
.b-root .bubble-element.cpwaWaU {
  font-family: 'Righteous';
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 412px;
  left: 149px;
  width: 277px;
  height: 50px;
  z-index: 4;
}
.b-root .cpwaWaU .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaWaU .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaWaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Righteous';
  font-size: 30px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 573px;
  height: 43px;
  z-index: 2;
}
.b-root .bubble-element.cpwaWaY {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  top: 56px;
  left: 0px;
  width: 352px;
  height: 45px;
  z-index: 5;
}
.b-root .bubble-element.cpwaWaZ {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  top: 331px;
  left: 27px;
  width: 546px;
  height: 45px;
  z-index: 6;
}
.b-root .bubble-element.cpwaWa {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  top: 276px;
  left: 27px;
  width: 546px;
  height: 45px;
  z-index: 7;
}
.b-root .bubble-element.cpwaWe {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 171, 171, 0.41);
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Barlow';
  font-size: 16px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  top: 221px;
  left: 27px;
  width: 546px;
  height: 45px;
  z-index: 8;
}
.b-root .bubble-element.cpwaWf {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 217px;
  left: 0px;
  width: 18px;
  height: 159px;
  z-index: 7;
}
.b-root .bubble-element.cpwaWg {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  top: 18px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.b-root .bubble-element.cpwaWk {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  color: #4083a9;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 73px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .bubble-element.cpwaWl {
  word-break: break-word;
  cursor: pointer;
  pointer-events: auto;
  font-family: 'Cousine';
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  top: 128px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 3;
}
.b-root .bubble-element.cpwaWr {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  top: 58px;
  left: 373px;
  width: 172px;
  height: 23px;
  z-index: 11;
}
.b-root .cpwaWrinput {
}
.b-root .cpwaWr .icon-item {
}
.b-root .cpwaWr label {
}
.b-root .bubble-element.cpwaWs {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  top: 96px;
  left: 373px;
  width: 172px;
  height: 23px;
  z-index: 12;
}
.b-root .cpwaWsinput {
}
.b-root .cpwaWs .icon-item {
}
.b-root .cpwaWs label {
}
.b-root .bubble-element.cpwaWw {
  font-family: 'Righteous';
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 136px;
  left: 373px;
  width: 172px;
  height: 49px;
  z-index: 13;
}
.b-root .cpwaWw .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaWw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaWx {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  opacity: 1;
  top: 181px;
  left: 21px;
  width: 70px;
  height: 20px;
  z-index: 10;
}
.b-root .bubble-element.cpwaVd {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 1200px;
  max-width: 1200px;
  order: 2;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  flex-grow: 1;
  width: 1200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpwaVe {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 410px;
  width: 640px;
  height: 58px;
  z-index: 5;
}
.b-root .bubble-element.cpwaVu {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 410px;
  height: 58px;
  z-index: 7;
}
.b-root .bubble-element.cpwaVv {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 58px;
  z-index: 2;
}
.b-root .bubble-element.cpwaVw {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 160px;
  height: 55px;
  z-index: 3;
}
.b-root .cpwaVw img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaVw .aspect-ratio {
}
.b-root .bubble-element.cpwaWaA {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(23, 23, 22, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 180px;
  height: 40px;
  z-index: 4;
}
.b-root .cpwaWaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaWaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaWaB {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 230px;
  width: 180px;
  height: 58px;
  z-index: 3;
}
.b-root .bubble-element.cpwaWaC {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(23, 23, 22, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 180px;
  height: 40px;
  z-index: 4;
}
.b-root .cpwaWaC .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaWaC .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaWaG {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 10px;
  width: 160px;
  height: 55px;
  z-index: 3;
}
.b-root .cpwaWaG img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaWaG .aspect-ratio {
}
.b-root .bubble-element.cpwaWaH {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 180px;
  width: 50px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.cpwaVi {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 1011px;
  width: 109px;
  height: 58px;
  z-index: 8;
}
.b-root .bubble-element.cpwaVk {
  gap: 0px;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1051px;
  width: 23px;
  height: 15px;
  z-index: 2;
}
.b-root .cpwaVk> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaVo {
  gap: 0px;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 1095px;
  width: 19px;
  height: 18px;
  z-index: 3;
}
.b-root .cpwaVo> .group-item {
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaVp {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 1057px;
  width: 10px;
  height: 48px;
  z-index: 9;
}
.b-root .bubble-element.cpwaVq {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 1097px;
  width: 10px;
  height: 48px;
  z-index: 10;
}
.b-root .bubble-element.cpwaWaI {
  padding: 4px 4px 4px 4px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 0px;
  max-height: 100px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpwaVc {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 0px 40px 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 400px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaSaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  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: 6;
}
.b-root .bubble-element.cpwaRaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 4;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpwaRaD {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpwaRaE {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 2;
}
.b-root .cpwaRaE .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRaE .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRaI {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpwaRaJ {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRaJ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRaJ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRaK {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpwaRaO {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRaO .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRaO .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRaP {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 6;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpwaRaQ {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRaQ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRaQ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRaU {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaRaV {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 4;
}
.b-root .cpwaRaV .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRaV .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRaW {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 8;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpwaRa {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRb {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 9;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpwaRc {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRc .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRc .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRg {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 10;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpwaRh {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 1px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRh .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRh .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRi {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 11;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwaRm {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 1px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRn {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 12;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpwaRo {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 1px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRo .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRo .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRs {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 13;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpwaRt {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 1px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRt .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRt .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRu {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 14;
  min-height: 51px;
  max-height: 51px;
  height: 51px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpwaRy {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 1px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 3;
}
.b-root .cpwaRy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaRy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaRz {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.18);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 1;
  min-height: 46px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cpwaSaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 108px;
  max-width: 108px;
  order: 2;
  min-height: 30px;
  width: 108px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaSaE {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 35px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpwaSaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 11px;
  height: 20px;
  z-index: 7;
}
.b-root .cpwaSaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaSaF .aspect-ratio {
}
.b-root .bubble-element.cpwaSaG {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 21px;
  width: 14px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cpwaSaK {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpwaSaL {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 35px;
  max-width: 35px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 35px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwaSaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 14px;
  width: 12px;
  height: 20px;
  z-index: 7;
}
.b-root .cpwaSaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaSaM .aspect-ratio {
}
.b-root .bubble-element.cpwaSaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 14px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpwaSaR {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 26px;
  width: 10px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.cpwaSaS {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 30;
}
.b-root .bubble-element.cpwaSaW {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 45px;
  z-index: 2;
}
.b-root .cpwaSaW .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaSaW .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaPaX {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 27;
}
.b-root .bubble-element.cpwaPaY {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 162px;
  max-width: 162px;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 162px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaPc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 124px;
  max-width: 124px;
  order: 1;
  min-height: 30px;
  width: 124px;
  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.cpwaPd {
  color: rgba(37, 37, 37, 1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 28px;
  max-width: 28px;
  order: 2;
  min-height: 17px;
  max-height: 17px;
  width: 28px;
  flex-grow: 1;
  height: 17px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpwaPe {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.18);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 41px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 28;
}
.b-root .bubble-element.cpwaPi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 108px;
  max-width: 108px;
  order: 2;
  min-height: 30px;
  width: 108px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaPj {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 36px;
  max-width: 36px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  width: 36px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpwaPk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 11px;
  height: 20px;
  z-index: 7;
}
.b-root .cpwaPk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaPk .aspect-ratio {
}
.b-root .bubble-element.cpwaPo {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 21px;
  width: 14px;
  height: 10px;
  z-index: 8;
}
.b-root .bubble-element.cpwaPp {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.b-root .bubble-element.cpwaPq {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 36px;
  max-width: 36px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  width: 36px;
  flex-grow: 1;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwaPu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 14px;
  width: 12px;
  height: 20px;
  z-index: 7;
}
.b-root .cpwaPu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaPu .aspect-ratio {
}
.b-root .bubble-element.cpwaPv {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 0px;
  width: 14px;
  height: 10px;
  z-index: 9;
}
.b-root .bubble-element.cpwaPw {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 15px;
  left: 26px;
  width: 10px;
  height: 10px;
  z-index: 11;
}
.b-root .bubble-element.cpwaQaA {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 3;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 29;
}
.b-root .bubble-element.cpwaQaB {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpwaQaC {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 2;
}
.b-root .cpwaQaC .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQaC .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQaG {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 3;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpwaQaH {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQaH .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQaH .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQaI {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 4;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpwaQaM {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQaN {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 5;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpwaQaO {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQaO .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQaO .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQaS {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 6;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaQaT {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 4;
}
.b-root .cpwaQaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQaU {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 7;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpwaQaY {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQaZ {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 8;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.cpwaQa {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQe {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 9;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.cpwaQf {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQg {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 10;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwaQk {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQk .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQk .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQl {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 11;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpwaQm {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQm .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQm .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQq {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 12;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.cpwaQr {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQr .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQs {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 13;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.cpwaQw {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 3;
}
.b-root .cpwaQw .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQw .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaQx {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 200px;
  max-width: 200px;
  order: 1;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 200px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.cpwaQy {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 0px;
  left: 0px;
  width: 200px;
  height: 35px;
  z-index: 2;
}
.b-root .cpwaQy .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaQy .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaVaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 900px;
  max-width: 900px;
  order: 2;
  min-height: 200px;
  width: 900px;
  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.cpwaSc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 900px;
  max-width: 900px;
  order: 1;
  min-height: 1px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 900px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cpwaSc> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.cpwaSe {
  gap: 1px;
  grid-auto-rows: minmax(max-content, 160px);
  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: 900px;
  max-width: 900px;
  order: 1;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 900px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .cpwaSe> .group-item {
  min-height: 160px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaSi {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 900px;
  max-width: 900px;
  order: 2;
  min-height: 160px;
  max-height: 160px;
  height: 160px;
  flex-grow: 1;
  width: 900px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.cpwaSj {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 95px;
  height: 130px;
  z-index: 3;
}
.b-root .bubble-element.cpwaSu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 20px;
  left: 5px;
  width: 85px;
  height: 75px;
  z-index: 3;
}
.b-root .bubble-element.cpwaSk {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 95px;
  left: 6px;
  width: 83px;
  height: 35px;
  z-index: 19;
}
.b-root .bubble-element.cpwaSo {
  color: rgba(255, 68, 68, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 58px;
  width: 25px;
  height: 26px;
  z-index: 17;
}
.b-root .bubble-element.cpwaSp {
  color: rgba(115, 244, 184, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 29px;
  width: 25px;
  height: 26px;
  z-index: 16;
}
.b-root .bubble-element.cpwaSq {
  color: rgba(255, 68, 68, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 26px;
  z-index: 18;
}
.b-root .bubble-element.cpwaSv {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 540px;
  width: 350px;
  height: 150px;
  z-index: 8;
}
.b-root .bubble-element.cpwaSw {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 85px;
  left: 0px;
  width: 280px;
  height: 65px;
  z-index: 7;
}
.b-root .bubble-element.cpwaTaA {
  font-family: 'Jost';
  font-size: 26px;
  font-weight: 400;
  color: rgba(83, 152, 119, 1);
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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;
  top: 0px;
  left: 0px;
  width: 280px;
  height: 45px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cpwaTaA .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaTaA .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: left;
}
.b-root .bubble-element.cpwaTaB {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 80px;
  left: 0px;
  width: 280px;
  height: 70px;
  z-index: 9;
}
.b-root .bubble-element.cpwaTaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 0px;
  width: 280px;
  height: 60px;
  z-index: 2;
}
.b-root .cpwaTaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaTaC .aspect-ratio {
}
.b-root .bubble-element.cpwaTaG {
  font-family: 'Jost';
  font-size: 19px;
  font-weight: 400;
  color: rgba(118, 117, 117, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  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: 5px;
  left: 0px;
  width: 280px;
  height: 45px;
  z-index: 5;
}
.b-root .cpwaTaG .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaTaG .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaTaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 25px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 80px;
  z-index: 4;
}
.b-root .bubble-element.cpwaTaM {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 100px;
  left: 530px;
  width: 10px;
  height: 10px;
  z-index: 15;
}
.b-root .bubble-element.cpwaTaN {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 115px;
  width: 415px;
  height: 130px;
  z-index: 12;
}
.b-root .bubble-element.cpwaTaO {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 415px;
  height: 130px;
  z-index: 6;
}
.b-root .cpwaTaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaTaO .aspect-ratio {
}
.b-root .bubble-element.cpwaTaS {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 415px;
  height: 130px;
  z-index: 11;
}
.b-root .bubble-element.cpwaTaT {
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 500;
  color: rgba(118, 117, 117, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease-out, background 200ms ease;
  -moz-transition: color 200ms ease-out, background 200ms ease;
  -o-transition: color 200ms ease-out, background 200ms ease;
  -ms-transition: color 200ms ease-out, background 200ms ease;
  transition: color 200ms ease-out, background 200ms ease;
  cursor: pointer;
  top: 42px;
  left: 118px;
  width: 180px;
  height: 45px;
  z-index: 6;
}
.b-root .cpwaTaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaTaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaTaI {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 100px;
  left: 105px;
  width: 10px;
  height: 10px;
  z-index: 4;
}
.b-root .bubble-element.cpwaTaU {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpwaTaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.cpwaTaZ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 65px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.cpwaTa {
  font-family: 'Jost';
  font-size: 26px;
  font-weight: 400;
  color: rgba(83, 152, 119, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .cpwaTa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaTa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaTe {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 65px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.cpwaTg {
  font-family: 'Jost';
  font-size: 19px;
  font-weight: 400;
  color: rgba(118, 117, 117, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .cpwaTg .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwaTg .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaTk {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 390px;
  max-width: 390px;
  order: 3;
  min-height: 130px;
  max-height: 130px;
  height: 130px;
  flex-grow: 1;
  width: 390px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwvaC {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 390px;
  height: 130px;
  z-index: 6;
}
.b-root .cpwvaC img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwvaC .aspect-ratio {
}
.b-root .bubble-element.cpwvaI {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 390px;
  height: 130px;
  z-index: 11;
}
.b-root .bubble-element.cpwvaK {
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 500;
  color: rgba(118, 117, 117, 1);
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease-out, background 200ms ease;
  -moz-transition: color 200ms ease-out, background 200ms ease;
  -o-transition: color 200ms ease-out, background 200ms ease;
  -ms-transition: color 200ms ease-out, background 200ms ease;
  transition: color 200ms ease-out, background 200ms ease;
  cursor: pointer;
  top: 42px;
  left: 105px;
  width: 180px;
  height: 45px;
  z-index: 6;
}
.b-root .cpwvaK .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .cpwvaK .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.cpwaTr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .bubble-element.cpwaTs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.cpwaTw {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.cpwaTx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 25px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 30px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.cpwaSd {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 180px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.cpwaTy {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 900px;
  max-width: 900px;
  order: 2;
  min-height: 405px;
  max-height: 405px;
  height: 405px;
  flex-grow: 1;
  width: 900px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.cpwaUaC {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 355px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 890px;
  height: 355px;
  z-index: 4;
}
.b-root .cpwaUaC> .group-item {
  min-height: 355px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaUaD {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 890px;
  height: 152px;
  z-index: 3;
}
.b-root .bubble-element.cpwaUc {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 10px;
  width: 110px;
  height: 142px;
  z-index: 2;
}
.b-root .bubble-element.cpwaUn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 5px;
  width: 100px;
  height: 75px;
  z-index: 3;
}
.b-root .bubble-element.cpwaUg {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 98px;
  left: 13px;
  width: 83px;
  height: 35px;
  z-index: 20;
}
.b-root .bubble-element.cpwaUh {
  color: rgba(255, 68, 68, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 58px;
  width: 25px;
  height: 26px;
  z-index: 17;
}
.b-root .bubble-element.cpwaUi {
  color: rgba(115, 244, 184, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 29px;
  width: 25px;
  height: 26px;
  z-index: 16;
}
.b-root .bubble-element.cpwaUm {
  color: rgba(255, 68, 68, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 26px;
  z-index: 18;
}
.b-root .bubble-element.cpwaUo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 23px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 575px;
  width: 315px;
  height: 100px;
  z-index: 4;
}
.b-root .bubble-element.cpwaUaE {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 50px;
  left: 120px;
  width: 10px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.cpwaUaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 20px;
  font-weight: 500;
  color: rgba(115, 114, 114, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 118px;
  left: 130px;
  width: 437px;
  height: 25px;
  z-index: 6;
}
.b-root .bubble-element.cpwaUaJ {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 108px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 10px;
  left: 130px;
  width: 436px;
  height: 108px;
  z-index: 3;
}
.b-root .cpwaUaJ> .group-item {
  min-height: 108px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaUaK {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 436px;
  height: 101px;
  z-index: 12;
}
.b-root .bubble-element.cpwaUaO {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 100px;
  z-index: 8;
}
.b-root .bubble-element.cpwaUaP {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 83px;
  height: 100px;
  z-index: 4;
}
.b-root .cpwaUaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaUaP .aspect-ratio {
}
.b-root .bubble-element.cpwaUaQ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 110px;
  width: 180px;
  height: 100px;
  z-index: 7;
}
.b-root .bubble-element.cpwaUaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 16px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 60px;
  z-index: 5;
}
.b-root .bubble-element.cpwaUaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 500;
  color: rgba(37, 37, 37, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 65px;
  left: 0px;
  width: 180px;
  height: 35px;
  z-index: 6;
}
.b-root .bubble-element.cpwaUaW {
  color: rgba(255, 68, 68, 1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  top: 0px;
  left: 61px;
  width: 22px;
  height: 18px;
  z-index: 4;
}
.b-root .bubble-element.cpwaUa {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 295px;
  width: 141px;
  height: 95px;
  z-index: 11;
}
.b-root .bubble-element.cpwaUb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 141px;
  height: 55px;
  z-index: 9;
}
.b-root .cpwaUb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaUb .aspect-ratio {
}
.b-root .bubble-element.cpwaUs {
  overflow: visible;
  visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  cursor: pointer;
  top: 152px;
  left: 0px;
  width: 890px;
  height: 192px;
  z-index: 4;
}
.b-root .bubble-element.cpwaUt {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 70px;
  left: 120px;
  width: 10px;
  height: 10px;
  z-index: 5;
}
.b-root .bubble-element.cpwaUu {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 10px;
  left: 20px;
  width: 850px;
  height: 35px;
  z-index: 15;
}
.b-root .bubble-element.cpwaUy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 400;
  color: rgba(115, 114, 114, 1);
  text-align: center;
  line-height: 1.5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 5px;
  left: 5px;
  width: 840px;
  height: 25px;
  z-index: 3;
}
.b-root .bubble-element.cpwaUz {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 45px;
  left: 445px;
  width: 435px;
  height: 85px;
  z-index: 16;
}
.b-root .bubble-element.cpwaVaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 23px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 435px;
  height: 40px;
  z-index: 4;
}
.b-root .bubble-element.cpwaVaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 20px;
  font-weight: 500;
  color: rgba(115, 114, 114, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 50px;
  left: 0px;
  width: 435px;
  height: 35px;
  z-index: 6;
}
.b-root .bubble-element.cpwaVaF {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 55px;
  left: 10px;
  width: 435px;
  height: 136px;
  z-index: 17;
}
.b-root .bubble-element.cpwaVaG {
  gap: 0px;
  grid-auto-rows: minmax(max-content, 131px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 435px;
  height: 131px;
  z-index: 3;
}
.b-root .cpwaVaG> .group-item {
  min-height: 131px;
  box-sizing: content-box;
}
.b-root .bubble-element.cpwaVaK {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 436px;
  height: 126px;
  z-index: 12;
}
.b-root .bubble-element.cpwaVaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 83px;
  height: 100px;
  z-index: 4;
}
.b-root .cpwaVaL img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaVaL .aspect-ratio {
}
.b-root .bubble-element.cpwaVaM {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 0px;
  left: 110px;
  width: 326px;
  height: 125px;
  z-index: 12;
}
.b-root .bubble-element.cpwaVaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 16px;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
  line-height: 1.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 326px;
  height: 25px;
  z-index: 5;
}
.b-root .bubble-element.cpwaVaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 500;
  color: rgba(37, 37, 37, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 30px;
  left: 0px;
  width: 326px;
  height: 35px;
  z-index: 6;
}
.b-root .bubble-element.cpwaVaS {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  top: 70px;
  left: 0px;
  width: 326px;
  height: 55px;
  z-index: 11;
}
.b-root .bubble-element.cpwaVaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 141px;
  height: 55px;
  z-index: 9;
}
.b-root .cpwaVaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .cpwaVaW .aspect-ratio {
}
.b-root .bubble-element.cpwaVaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: bold;
  color: rgba(23, 22, 22, 1);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  top: 365px;
  left: 355px;
  width: 180px;
  height: 40px;
  z-index: 18;
}
.b-root .bubble-element.cpwaSaY {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
  opacity: 1;
  align-self: center;
  min-width: 890px;
  max-width: 890px;
  order: 3;
  min-height: 533px;
  max-height: 533px;
  height: 533px;
  flex-grow: 1;
  width: 890px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.cpwaWaM {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 320px;
  max-width: 320px;
  min-height: 88px;
  max-height: 88px;
}
.b-root .cpwaWaM.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cpwaWaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 18px;
  left: 24px;
  width: 271px;
  height: 52px;
  z-index: 2;
}
.b-root .bubble-element.cpwaWy {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 320px;
  max-width: 320px;
  min-height: 120px;
  max-height: 120px;
}
.b-root .cpwaWy.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cpwaXaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 28px;
  left: 30px;
  width: 259px;
  height: 33px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXaE {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 320px;
  max-width: 320px;
  min-height: 88px;
  max-height: 88px;
}
.b-root .cpwaXaE.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
.b-root .bubble-element.cpwaXaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  color: rgba(59, 59, 59, 1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  top: 18px;
  left: 24px;
  width: 271px;
  height: 52px;
  z-index: 2;
}
.b-root .bubble-element.cpwaXaJ {
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: initial;
  bottom: 50px;
  overflow-y: auto;
  min-width: 320px;
  max-width: 320px;
  min-height: 120px;
  max-height: 120px;
}
.b-root .cpwaXaJ.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2002;
}
