.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl { z-index:;position:relative;display:block; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl { background-color: transparent; background-image: none; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row .container > .video-iframe-container { display: none; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row > .video-iframe-container { display: none; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl { border-width: 0; border-radius: 0; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:2rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#Eu73AKhIbdX9Absec5Mx3CnftNBvZpe1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:7.1875rem;top:0.375rem;left:26.40625rem;display:block; }
#zBc7vRBe8r7JLEo6iMe6OVO9x8WmHQyX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#NPKGqneGeGemXfnChDHreoEve7BukSJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a6661c3-6ab8-4437-8bf6-25f396bfe6a8/boombastic_main_desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN.adaptive-delivery-prevent-bg, #EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN.lazyload, #EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN.lazyloading { background-image: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { background-color: transparent; background-image: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container > .video-iframe-container { display: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row > .video-iframe-container { display: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { border-width: 0; border-radius: 0; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row > .video-iframe-container {  }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#t62k5qzUaX8AbX9PTduQwCOeUgqoFRBS { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:brown;font-size:5.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:1.375rem;left:7.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSn6Ddn5JMEMVyExTQqSLPEqE6ZNrlpG { color:#000000;display:block;width:52.125rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:7.375rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
#u2QZxPeeN94BoPVSdWyrCRQLJNCiK3zS { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:43.75rem;left:21.25rem;display:block; }
#MbMvyPOmsWlAnoM9F5dB7VimE83BPJKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlNHyaVTqZnvn7rTBUTSAURUlH3n3ihO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:49.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#UJXtK9xGZSrg1aNooBt58TgkGVQUL14c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb { position:relative;display:block; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb { background-color: transparent; background-image: none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container > .video-iframe-container { display: none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row > .video-iframe-container { display: none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb { border-width: 0; border-radius: 0; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container > .video-iframe-container {  }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ { position:relative;display:block; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ { background-color: transparent; background-image: none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container > .video-iframe-container { display: none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row > .video-iframe-container { display: none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ { border-width: 0; border-radius: 0; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container > .video-iframe-container {  }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#Cta4F2oiOHNyQ4KoyZccCA7GuEZcrZy7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:21.625rem;top:1.8125rem;left:34.6875rem;display:block; }
#ryk64WMXkaZ5t2wmzEik64nPnBMDN9dR { color:#000000;display:block;width:25.75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.94925rem;top:8.125rem;left:3.8125rem;display:block; }
#sTNc3vpNKFyDfkRAgLoFzVhn0Rbv38F3 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;height:3.8994125rem;top:2.8125rem;left:3.8125rem;font-style:normal;display:block; }
#bFMQZbOipi9i2OqAF4rkgSRAMHexqxuo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:21.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#L0tUcOk6BLpLyzhVlOqhzkEFTnuOB9dE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb { position:relative;display:none; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb { border-width: 0; border-radius: 0; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container > .video-iframe-container {  }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#CfWeD0F957v6f23dbvoGoMAUKai3pprB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#WNDQ98aHPmLftzTZidXegGQ26M3O64RM { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:2.125rem;left:1.125rem;display:none; }
#cLi8oFowu39CtHcfS1QLzWzgUegWmepu { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:5.3125rem;left:1.125rem;display:none; }
#hcpukxN55Lg7GD2AMmGh1WMim6qhe9wz { color:#000000;display:block;width:9.875rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:10.125rem;left:1.125rem;display:none; }
#udxvrGa0wHCJwgiOqRRR4VzpQJf1f5vs { color:#000000;display:block;width:10.375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:13.8125rem;left:1.125rem;display:none; }
#oJDHOq5KdpkcX0ih4TGv4MT88x7sez9D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#lmTAx6Jy50fuQrr6oFcDSxykWDtxLXUL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#BDNpK90HkMgtGmkvrvbRvBDhBv0HkEWT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Zd8pAhaJbHzfOOhQwl2UQfa1E0z6nmef { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#M2t5kwc3ZZzf6tntmKgJZZidrCmdXPlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe { position:relative;display:none; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe { border-width: 0; border-radius: 0; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container > .video-iframe-container {  }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#tITyzhfzTMTnlhgusVATJcnvaDX0Z48V { color:#000000;display:block;width:19.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.75rem;top:1.4375rem;left:0rem;display:none; }
#aA46adZOvOuIE27hM1NERGteUaXmy8d7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DOPSi56fzTfJGpvI69ZHkKTkQXVNbzm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPXPlTZrPct9EHbbIyNJlUqqng6KsFRA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#xA5BSK73ekvaCnZzk8BmUadvDnWPgV7i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49rem;width:60rem;display:none; }
#rM0TkOKzqxRonu330wM0V0KFG92BL0bW { position:relative;display:none; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW { border-width: 0; border-radius: 0; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container > .video-iframe-container {  }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#uACspfaFraNV5XlfknQCcWbp3w2TOx3o { color:#000000;display:block;width:14.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.75rem;left:4.5625rem;display:none; }#uACspfaFraNV5XlfknQCcWbp3w2TOx3o li:before{  }
#vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:23.4375rem;left:4.625rem;display:none; }#vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV li:before{  }
#VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp { color:#000000;display:block;width:14.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:37.9375rem;left:4.5625rem;display:none; }#VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp li:before{  }
#ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:69.875rem;left:4.5625rem;display:none; }#ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y li:before{  }
#bXzqd5EaFABubPlhvg4wgUXXS7sQ723k { color:#000000;display:block;width:18.625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:1rem;left:0.6875rem;display:none; }
#McbkILNsWsopZP5TNmapimWe8b8bZuI4 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:55.0625rem;left:4.5625rem;display:none; }#McbkILNsWsopZP5TNmapimWe8b8bZuI4 li:before{  }
#tdSsFfQZ9fiBXk5VtLmZx0wsNPgu1H5s { color:#000000;display:block;width:18.625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3rem;top:3.1875rem;left:0.6875rem;display:none; }
#R7Db8hDBABaqa6dnBPATgzpvGJWFStiZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cRwnFMFPBh7k7Rm6ixe1NTQ4XuJXchRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFsAV556zO1PBwai4WeTz4F48KSh6HVr { position:relative;display:none; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr { border-width: 0; border-radius: 0; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container > .video-iframe-container {  }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#sWdITzgsfiuoLQdfFEhaDRgKFekyn59n { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ZLo7yN1HaBWfo76qtFKkPl9OLGUHaPgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:none; }#Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D > .row .container { border-width: 0; border-radius: 0; }#Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D > .row > .video-iframe-container {  }#Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:none; }#Bm20GNESEiyaw06TrLSJw73eULtIEbPd { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.3151016235351rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAmRzCV4wxUK8MUC3XfrmuJQHuJ89fmV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.875rem;top:8.576171875rem;left:24.5625rem;overflow:hidden;display:block; }
#ekmUJf8TPcWhFgu8uGLok4kkwIgxFid5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:6.9375rem;top:12.46142578125rem;left:36.25rem;overflow:hidden;display:block; }
#FFvVh00vnzEsTgTImiocqT5hABmQzeNh { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:6.126953125rem;left:0rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Db1bshqCTSUfLOuBp8B3piJmIunk1N9T { position:absolute;display:block;z-index:15028;height:18.6875rem;width:60rem;top:16.3994140625rem;left:0rem;display:block; }
#MDG5U5hLVW9BritnLTiTZdNJdZ1wdAsX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wGxh21GVB3chblG46Bp4hk1DpdugiaAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf { position:relative;display:block; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf { background-color: transparent; background-image: none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container > .video-iframe-container { display: none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row > .video-iframe-container { display: none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf { border-width: 0; border-radius: 0; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container > .video-iframe-container {  }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container { background-color: transparent; background-image: none; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container > .video-iframe-container { display: none; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row > .video-iframe-container { display: none; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container { border-width: 0; border-radius: 0; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row > .video-iframe-container {  }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS { position:relative;display:none; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS { border-width: 0; border-radius: 0; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container > .video-iframe-container {  }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container { border-width: 0; border-radius: 0; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row > .video-iframe-container {  }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#PZX3TW15AKAAFsxtcNF408h2Bw2I4B1H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:15.75rem;top:3.8125rem;left:1.25rem;overflow:hidden;display:block; }
#wxKFRlk91AdNlfbgQ3MATzDF4N6apEXi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#L2PaNXhd61iXTszOMd9Pr0VIJUdqVNlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmMf10LDKQwrVBxTNg078zfcgiEgWSyQ { color:#000000;display:block;width:11rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:3.375rem;left:8.125rem;display:none; }
#r1T8T2vPihGUUvkwlJ0pK9Dk8u3VnEEM { color:#000000;display:block;width:10.125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.6875rem;left:7.9375rem;display:none; }
#CDFuuZTZhgvU5UBFKKz4vDaCFiwRTEnw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#q8mn9m79TzmgObHu4dL8kQ7DiaBLPoII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl { display:none; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eu73AKhIbdX9Absec5Mx3CnftNBvZpe1 { width:7.1875rem;height:1.125rem;top:0.375rem;left:20.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBc7vRBe8r7JLEo6iMe6OVO9x8WmHQyX { width:46.75rem;height:1.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPKGqneGeGemXfnChDHreoEve7BukSJC { display:block; }
 }@media only screen and (max-width: 763px) { #EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN { display:none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t62k5qzUaX8AbX9PTduQwCOeUgqoFRBS { top:1.375rem;left:1.84375rem;width:44.0625rem;height:7.3125rem;font-size:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSn6Ddn5JMEMVyExTQqSLPEqE6ZNrlpG { top:7.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2QZxPeeN94BoPVSdWyrCRQLJNCiK3zS { width:17.5rem;height:3.4375rem;top:43.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbMvyPOmsWlAnoM9F5dB7VimE83BPJKT { display:block; }
 }@media only screen and (max-width: 763px) { #SlNHyaVTqZnvn7rTBUTSAURUlH3n3ihO { width:46.75rem;height:49.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJXtK9xGZSrg1aNooBt58TgkGVQUL14c { display:block; }
 }@media only screen and (max-width: 763px) { #Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb { display:none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ { display:none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cta4F2oiOHNyQ4KoyZccCA7GuEZcrZy7 { width:21.625rem;height:17.8125rem;top:1.8125rem;left:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryk64WMXkaZ5t2wmzEik64nPnBMDN9dR { top:8.125rem;left:0rem;width:25.75rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTNc3vpNKFyDfkRAgLoFzVhn0Rbv38F3 { top:2.8125rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFMQZbOipi9i2OqAF4rkgSRAMHexqxuo { width:46.75rem;height:21.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0tUcOk6BLpLyzhVlOqhzkEFTnuOB9dE { display:block; }
 }@media only screen and (max-width: 763px) { #mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb { display:none; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfWeD0F957v6f23dbvoGoMAUKai3pprB { display:none; }
 }@media only screen and (max-width: 763px) { #WNDQ98aHPmLftzTZidXegGQ26M3O64RM { top:2.125rem;left:0rem;width:11.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLi8oFowu39CtHcfS1QLzWzgUegWmepu { top:5.3125rem;left:0rem;width:9.0625rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcpukxN55Lg7GD2AMmGh1WMim6qhe9wz { top:10.125rem;left:0rem;width:9.875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #udxvrGa0wHCJwgiOqRRR4VzpQJf1f5vs { top:13.8125rem;left:0rem;width:10.375rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJDHOq5KdpkcX0ih4TGv4MT88x7sez9D { display:none; }
 }@media only screen and (max-width: 763px) { #lmTAx6Jy50fuQrr6oFcDSxykWDtxLXUL { display:none; }
 }@media only screen and (max-width: 763px) { #BDNpK90HkMgtGmkvrvbRvBDhBv0HkEWT { display:none; }
 }@media only screen and (max-width: 763px) { #Zd8pAhaJbHzfOOhQwl2UQfa1E0z6nmef { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #M2t5kwc3ZZzf6tntmKgJZZidrCmdXPlQ { display:block; }
 }@media only screen and (max-width: 763px) { #DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe { display:none; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tITyzhfzTMTnlhgusVATJcnvaDX0Z48V { top:1.4375rem;left:0rem;width:19.75rem;height:9.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA46adZOvOuIE27hM1NERGteUaXmy8d7 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DOPSi56fzTfJGpvI69ZHkKTkQXVNbzm0 { display:block; }
 }@media only screen and (max-width: 763px) { #JPXPlTZrPct9EHbbIyNJlUqqng6KsFRA { display:none; }
 }@media only screen and (max-width: 763px) { #xA5BSK73ekvaCnZzk8BmUadvDnWPgV7i { width:47.75rem;height:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #rM0TkOKzqxRonu330wM0V0KFG92BL0bW { display:none; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uACspfaFraNV5XlfknQCcWbp3w2TOx3o { top:7.75rem;left:0rem;width:14.75rem;height:;font-size:1rem;display:none; }#uACspfaFraNV5XlfknQCcWbp3w2TOx3o li:before{  }
 }@media only screen and (max-width: 763px) { #vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV { top:23.4375rem;left:0rem;width:15.125rem;height:;font-size:1rem;display:none; }#vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV li:before{  }
 }@media only screen and (max-width: 763px) { #VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp { top:37.9375rem;left:0rem;width:14.75rem;height:;font-size:1rem;display:none; }#VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp li:before{  }
 }@media only screen and (max-width: 763px) { #ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y { top:69.875rem;left:0rem;width:15.1875rem;height:;font-size:1rem;display:none; }#ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y li:before{  }
 }@media only screen and (max-width: 763px) { #bXzqd5EaFABubPlhvg4wgUXXS7sQ723k { top:1rem;left:0rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #McbkILNsWsopZP5TNmapimWe8b8bZuI4 { top:55.0625rem;left:0rem;width:15.4375rem;height:;font-size:1rem;display:none; }#McbkILNsWsopZP5TNmapimWe8b8bZuI4 li:before{  }
 }@media only screen and (max-width: 763px) { #tdSsFfQZ9fiBXk5VtLmZx0wsNPgu1H5s { top:3.1875rem;left:0rem;width:18.625rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7Db8hDBABaqa6dnBPATgzpvGJWFStiZ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #cRwnFMFPBh7k7Rm6ixe1NTQ4XuJXchRv { display:block; }
 }@media only screen and (max-width: 763px) { #RFsAV556zO1PBwai4WeTz4F48KSh6HVr { display:none; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sWdITzgsfiuoLQdfFEhaDRgKFekyn59n { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZLo7yN1HaBWfo76qtFKkPl9OLGUHaPgS { display:block; }
 }@media only screen and (max-width: 763px) { #Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D { display:none; }#Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bm20GNESEiyaw06TrLSJw73eULtIEbPd { width:20rem;height:5.5625rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAmRzCV4wxUK8MUC3XfrmuJQHuJ89fmV { top:8.5625rem;left:18.4375rem;width:10.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekmUJf8TPcWhFgu8uGLok4kkwIgxFid5 { top:12.4375rem;left:30.125rem;width:6.9375rem;height:2.2886597938144rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvVh00vnzEsTgTImiocqT5hABmQzeNh { width:20rem;height:2.1875rem;top:8.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1bshqCTSUfLOuBp8B3piJmIunk1N9T { top:16.375rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDG5U5hLVW9BritnLTiTZdNJdZ1wdAsX { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #wGxh21GVB3chblG46Bp4hk1DpdugiaAu { display:block; }
 }@media only screen and (max-width: 763px) { #hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf { display:none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS { display:block; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS { display:none; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC { display:block; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZX3TW15AKAAFsxtcNF408h2Bw2I4B1H { top:3.8125rem;left:0rem;width:15.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxKFRlk91AdNlfbgQ3MATzDF4N6apEXi { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #L2PaNXhd61iXTszOMd9Pr0VIJUdqVNlx { display:block; }
 }@media only screen and (max-width: 763px) { #XmMf10LDKQwrVBxTNg078zfcgiEgWSyQ { top:3.375rem;left:2rem;width:11rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1T8T2vPihGUUvkwlJ0pK9Dk8u3VnEEM { top:1.6875rem;left:1.8125rem;width:10.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDFuuZTZhgvU5UBFKKz4vDaCFiwRTEnw { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #q8mn9m79TzmgObHu4dL8kQ7DiaBLPoII { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl { display:block; }#l9FdtTRrovQVr1kNsnTrqyR1M7agVLRl > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu73AKhIbdX9Absec5Mx3CnftNBvZpe1 { top:0.25rem;left:6.84375rem;width:6.3125rem;height:0.875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zBc7vRBe8r7JLEo6iMe6OVO9x8WmHQyX { top:0rem;left:0rem;width:20rem;height:1.4375rem;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NPKGqneGeGemXfnChDHreoEve7BukSJC { display:block; }
 }@media only screen and (max-width: 763px) { #EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/96333148-b53e-4373-b57a-281b87def4d2/boombastic_main6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN.adaptive-delivery-prevent-bg, #EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN.lazyload, #EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN.lazyloading { background-image: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { background-color: transparent; background-image: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container > .video-iframe-container { display: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row > .video-iframe-container { display: none; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { border-width: 0; border-radius: 0; }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row > .video-iframe-container {  }#EmtKHOJaTogWwTwtmlMiAwOoMvyq3dyN > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t62k5qzUaX8AbX9PTduQwCOeUgqoFRBS { top:1.0927734375rem;left:0rem;width:20rem;height:3.65625rem;z-index:15001;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OSn6Ddn5JMEMVyExTQqSLPEqE6ZNrlpG { top:4.6240234375rem;left:2.625rem;width:14.75rem;height:2.75rem;z-index:15002;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u2QZxPeeN94BoPVSdWyrCRQLJNCiK3zS { width:17.5rem;height:3.4375rem;top:43.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbMvyPOmsWlAnoM9F5dB7VimE83BPJKT { display:block; }
 }@media only screen and (max-width: 763px) { #SlNHyaVTqZnvn7rTBUTSAURUlH3n3ihO { top:0rem;left:0rem;width:20rem;height:35.125rem;z-index:15035;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UJXtK9xGZSrg1aNooBt58TgkGVQUL14c { display:block; }
 }@media only screen and (max-width: 763px) { #Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container { background-color: transparent; background-image: none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container > .video-iframe-container { display: none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row > .video-iframe-container { display: none; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container { border-width: 0; border-radius: 0; }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row > .video-iframe-container {  }#Z3q8Gvu4pWgDgeAkcuuRELmr6RmuX1fb > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container { background-color: transparent; background-image: none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container > .video-iframe-container { display: none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row > .video-iframe-container { display: none; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container { border-width: 0; border-radius: 0; }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row > .video-iframe-container {  }#XOuJx4T4TD74RGCGSHHsXnSkRbcbnsXQ > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cta4F2oiOHNyQ4KoyZccCA7GuEZcrZy7 { top:17.5625rem;left:4rem;width:12.375rem;height:10.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ryk64WMXkaZ5t2wmzEik64nPnBMDN9dR { top:5.23876953125rem;left:0.40625rem;width:19.1875rem;height:11.69825rem;z-index:15001;font-family:brown;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTNc3vpNKFyDfkRAgLoFzVhn0Rbv38F3 { top:1.625rem;left:1.875rem;width:16.25rem;height:2.75rem;z-index:15002;text-align:center;text-align-last:center;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bFMQZbOipi9i2OqAF4rkgSRAMHexqxuo { top:0rem;left:0rem;width:20rem;height:28.9375rem;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L0tUcOk6BLpLyzhVlOqhzkEFTnuOB9dE { display:block; }
 }@media only screen and (max-width: 763px) { #mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fea52883-be76-49dd-abc4-271d463056eb/Boombasticcaracteristicas.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb.adaptive-delivery-prevent-bg, #mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb.lazyload, #mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb.lazyloading { background-image: none; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container { background-color: transparent; background-image: none; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container > .video-iframe-container { display: none; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row > .video-iframe-container { display: none; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container { border-width: 0; border-radius: 0; }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row > .video-iframe-container {  }#mHsUxQw2ROmpMtvyO5x732FRnDZx7Zyb > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfWeD0F957v6f23dbvoGoMAUKai3pprB { top:4.3125rem;left:0.5rem;width:10.5rem;height:4.25rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #WNDQ98aHPmLftzTZidXegGQ26M3O64RM { top:2.125rem;left:1.125rem;width:11.3125rem;height:1.19970625rem;z-index:15011;font-family:brown;font-weight:700;font-style:normal;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cLi8oFowu39CtHcfS1QLzWzgUegWmepu { top:5.3125rem;left:1.125rem;width:9.0625rem;height:2.25rem;z-index:15012;font-family:brown;font-size:0.9375rem;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hcpukxN55Lg7GD2AMmGh1WMim6qhe9wz { top:10.15625rem;left:1.125rem;width:9.875rem;height:1.125rem;z-index:15013;font-family:brown;font-size:0.9375rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #udxvrGa0wHCJwgiOqRRR4VzpQJf1f5vs { top:13.78125rem;left:1.125rem;width:10.375rem;height:2.25rem;z-index:15014;font-family:brown;font-size:0.9375rem;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oJDHOq5KdpkcX0ih4TGv4MT88x7sez9D { top:8.625rem;left:0.5rem;width:10.5rem;height:4rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #lmTAx6Jy50fuQrr6oFcDSxykWDtxLXUL { top:12.6875rem;left:0.5rem;width:10.5rem;height:4.125rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #BDNpK90HkMgtGmkvrvbRvBDhBv0HkEWT { top:1rem;left:0.5rem;width:10.5rem;height:3.25rem;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Zd8pAhaJbHzfOOhQwl2UQfa1E0z6nmef { top:0rem;left:0rem;width:20rem;height:31.375rem;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M2t5kwc3ZZzf6tntmKgJZZidrCmdXPlQ { display:block; }
 }@media only screen and (max-width: 763px) { #DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe { display:block; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe { background-color: transparent; background-image: none; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container > .video-iframe-container { display: none; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row > .video-iframe-container { display: none; }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTNzzQnPMd8TIThX2fqFQwT8rATFxsVe > .row .container { width:20rem;height:30.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tITyzhfzTMTnlhgusVATJcnvaDX0Z48V { top:1.4375rem;left:0.25rem;width:19.5rem;height:9.7993125rem;z-index:15003;font-size:1rem;text-align:center;text-align-last:center;font-family:brown;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aA46adZOvOuIE27hM1NERGteUaXmy8d7 { top:0rem;left:0rem;width:20rem;height:30.25rem;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DOPSi56fzTfJGpvI69ZHkKTkQXVNbzm0 { display:block; }
 }@media only screen and (max-width: 763px) { #JPXPlTZrPct9EHbbIyNJlUqqng6KsFRA { top:28.5625rem;left:1.03125rem;width:17.9375rem;height:0.125rem;z-index:15012;background-color:#fdc743;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xA5BSK73ekvaCnZzk8BmUadvDnWPgV7i { top:12.3125rem;left:0rem;width:20rem;height:16.3125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rM0TkOKzqxRonu330wM0V0KFG92BL0bW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/107698c7-6828-4f4d-9678-9247f3a8f41b/boombasticingredientes4.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW.adaptive-delivery-prevent-bg, #rM0TkOKzqxRonu330wM0V0KFG92BL0bW.lazyload, #rM0TkOKzqxRonu330wM0V0KFG92BL0bW.lazyloading { background-image: none; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container { background-color: transparent; background-image: none; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container > .video-iframe-container { display: none; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row > .video-iframe-container { display: none; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container { border-width: 0; border-radius: 0; }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row > .video-iframe-container {  }#rM0TkOKzqxRonu330wM0V0KFG92BL0bW > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uACspfaFraNV5XlfknQCcWbp3w2TOx3o { top:7.75rem;left:4.5625rem;width:14.75rem;height:;z-index:15004;font-family:brown;text-align:left;text-align-last:left;display:block; }#uACspfaFraNV5XlfknQCcWbp3w2TOx3o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uACspfaFraNV5XlfknQCcWbp3w2TOx3o li:before{  }
 }@media only screen and (max-width: 763px) { #vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV { top:22.9375rem;left:4.65625rem;width:14.5625rem;height:;z-index:15002;font-family:brown;text-align:left;text-align-last:left;display:block; }#vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vksxKWF1SdfbSzh2K0o2IXroDqGdm9bV li:before{  }
 }@media only screen and (max-width: 763px) { #VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp { top:36.9375rem;left:4.5625rem;width:14.1875rem;height:;z-index:15003;font-family:brown;text-align:left;text-align-last:left;display:block; }#VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VGtUmHGQQvDm9IKMqtB9obF6ZfPkaLBp li:before{  }
 }@media only screen and (max-width: 763px) { #ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y { top:69.8125rem;left:4.5625rem;width:15.1875rem;height:;z-index:15003;font-family:brown;text-align:left;text-align-last:left;display:block; }#ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ptkzhEWzw1HbvQRyD75xLOTX7SIuQQ7y li:before{  }
 }@media only screen and (max-width: 763px) { #bXzqd5EaFABubPlhvg4wgUXXS7sQ723k { top:1rem;left:0.6875rem;width:18.625rem;height:1.625rem;z-index:15009;font-family:brown;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McbkILNsWsopZP5TNmapimWe8b8bZuI4 { top:54.75rem;left:4.5625rem;width:14.5rem;height:;z-index:15004;font-family:brown;text-align:left;text-align-last:left;display:block; }#McbkILNsWsopZP5TNmapimWe8b8bZuI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#McbkILNsWsopZP5TNmapimWe8b8bZuI4 li:before{  }
 }@media only screen and (max-width: 763px) { #tdSsFfQZ9fiBXk5VtLmZx0wsNPgu1H5s { top:3.1875rem;left:0.6875rem;width:18.625rem;height:3rem;z-index:15010;font-family:brown;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R7Db8hDBABaqa6dnBPATgzpvGJWFStiZ { top:0rem;left:0rem;width:20rem;height:84.5625rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cRwnFMFPBh7k7Rm6ixe1NTQ4XuJXchRv { display:block; }
 }@media only screen and (max-width: 763px) { #RFsAV556zO1PBwai4WeTz4F48KSh6HVr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cd51d0f-f8e3-4215-9973-177353e8c673/BeforeAfter_Boombastic.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr.adaptive-delivery-prevent-bg, #RFsAV556zO1PBwai4WeTz4F48KSh6HVr.lazyload, #RFsAV556zO1PBwai4WeTz4F48KSh6HVr.lazyloading { background-image: none; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container { background-color: transparent; background-image: none; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container > .video-iframe-container { display: none; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row > .video-iframe-container { display: none; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container { border-width: 0; border-radius: 0; }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row > .video-iframe-container {  }#RFsAV556zO1PBwai4WeTz4F48KSh6HVr > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWdITzgsfiuoLQdfFEhaDRgKFekyn59n { top:0rem;left:0rem;width:20rem;height:16.875rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZLo7yN1HaBWfo76qtFKkPl9OLGUHaPgS { display:block; }
 }@media only screen and (max-width: 763px) { #Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D { display:block; }#Guy0XMJuk4TCUdG6rB0D7uiLdnCpVz9D > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm20GNESEiyaw06TrLSJw73eULtIEbPd { width:20rem;height:5.56786875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wAmRzCV4wxUK8MUC3XfrmuJQHuJ89fmV { width:10.875rem;height:2.5625rem;top:10.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekmUJf8TPcWhFgu8uGLok4kkwIgxFid5 { width:6.0625rem;height:2rem;top:13.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvVh00vnzEsTgTImiocqT5hABmQzeNh { width:20rem;height:2.19970625rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1bshqCTSUfLOuBp8B3piJmIunk1N9T { width:20rem;height:16.5625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDG5U5hLVW9BritnLTiTZdNJdZ1wdAsX { top:0rem;left:0rem;width:20rem;height:15.125rem;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wGxh21GVB3chblG46Bp4hk1DpdugiaAu { display:block; }
 }@media only screen and (max-width: 763px) { #hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container { background-color: transparent; background-image: none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container > .video-iframe-container { display: none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row > .video-iframe-container { display: none; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container { border-width: 0; border-radius: 0; }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row > .video-iframe-container {  }#hnTmyS9ldZ4opbw8Fk2qZXlKoHdI7nuf > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS { position:relative;z-index:auto;display:block; }#LFz1qwv2FRmNJBZxz9bpNahs7cE9wIuS > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS { background-color:#f7de8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container { background-color: transparent; background-image: none; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container > .video-iframe-container { display: none; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row > .video-iframe-container { display: none; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container { border-width: 0; border-radius: 0; }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row > .video-iframe-container {  }#HKh5BuN5cO74UVyPmfQRnGf0R9T6fdSS > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC { position:fixed;z-index:199999;background-color:#f7de8c;background-image:none;bottom:0rem;left:0rem;right:0rem;display:block; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container { background-color: transparent; background-image: none; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container > .video-iframe-container { display: none; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row > .video-iframe-container { display: none; }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8NlpWl5FXHrbiePpl9XX4KONZa3gzqC > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZX3TW15AKAAFsxtcNF408h2Bw2I4B1H { width:6.3125rem;height:5.1875rem;top:0.875rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wxKFRlk91AdNlfbgQ3MATzDF4N6apEXi { top:6.625rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2PaNXhd61iXTszOMd9Pr0VIJUdqVNlx { display:block; }
 }@media only screen and (max-width: 763px) { #XmMf10LDKQwrVBxTNg078zfcgiEgWSyQ { top:3.40625rem;left:8.125rem;width:11rem;height:2.1123rem;z-index:15002;font-family:brown;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1T8T2vPihGUUvkwlJ0pK9Dk8u3VnEEM { top:1.6875rem;left:8.125rem;width:10.125rem;height:1.4624rem;z-index:15003;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CDFuuZTZhgvU5UBFKKz4vDaCFiwRTEnw { top:0rem;left:0rem;width:20rem;height:11.3125rem;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q8mn9m79TzmgObHu4dL8kQ7DiaBLPoII { display:block; }
 }