.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#a644d4b44d619a740d8daefad13e5df7509ecc3f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d26;background-image:none;position:relative;z-index:auto;display:block; }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row .container { background-color: transparent; background-image: none; }#a644d4b44d619a740d8daefad13e5df7509ecc3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row .container > .video-iframe-container { display: none; }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row > .video-iframe-container { display: none; }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .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); }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row .container { border-width: 0; border-radius: 0; }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row > .video-iframe-container {  }#a644d4b44d619a740d8daefad13e5df7509ecc3f > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#wf5565562e2a548c3a177de3e240de73bf13e2c7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:1.3125rem;left:72.75rem;overflow:hidden;display:block; }
#Z6e61a30418d350dd5bc1f4d73596907607884dd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:6rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0d0e1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#GGoOCq8b0LSID4wIoL4qe6sBgUD0JQ3K { color:#f40c53;display:block;width:30.6875rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:42.375rem;height:3.25rem;font-style:normal;display:block; }
#MT67W5kLKygTPeOrW2zZNdIUR2KaMcnf { color:#f40c53;display:block;width:5.875rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.0625rem;left:42.375rem;height:3.25rem;font-style:normal;display:block; }
#tpzVT3VOc1IV3fp20AG8IUIfTfVJ7XiT { color:#f40c53;display:block;width:5.875rem;position:absolute;font-family:balooda2;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.1875rem;left:48.5rem;height:1.7871125rem;font-style:normal;display:block; }
#f4s261And8mQo9KdTKbnmyVzaTUSxoGw { background-color:#ed145a;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;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:balooda2;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:42.375rem;display:block; }
#SAHx0Olkw1qmmG6xJw3lDp0bZ1uu7qb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M1HhkBaQl1srp1VIN4XXsq9HFAI8mCXc { color:#f40c53;display:block;width:26.8125rem;position:absolute;font-family:balooda2;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:42.375rem;height:12.34375rem;font-style:normal;display:block; }
#Bkst8is4XK4QAQmsoyJBh03BM9HES1kt { color:#f40c53;display:block;width:12.0625rem;position:absolute;font-family:balooda2;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.3125rem;left:50.4375rem;height:1.54345625rem;font-style:normal;display:block; }
#unp0x7dlEcMmB3Chyu83b87VtWTAk7ZU { color:#48900d;display:block;width:12.0625rem;position:absolute;font-family:balooda2;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.4375rem;left:42.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDsQFK3RLbM7mg9kb9fDp4apHFkm7LTJ { position:absolute;display:block;z-index:14999;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;height:25.8125rem;width:24.875rem;top:4.3125rem;left:6.5rem;display:block; }
#XnTe05fCT9vXxTvOb5OtaNEozmJyh2OT { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:18.75rem;top:6.8125rem;left:9.5625rem;overflow:hidden;display:block; }
#eRyqtakTTrDdFGkFzHTIGBP4hvrgpINo { color:#ed145a;display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:15.5rem;left:12.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTS20ze2auiwsfIITzfJkxytAwBW9FCB { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:18.8125rem;left:11.3125rem;overflow:hidden;display:block; }
#FBrHkdc5fOuMfy1yK3X01FsD9soixZuK { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:18.8125rem;left:15.5625rem;overflow:hidden;display:block; }
#ETAATNSasnXECOnO4G7FKxCL3yXQXeEF { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:19.0625rem;left:20.0625rem;overflow:hidden;display:block; }
#xqsyqGPKgS1Q2HEWakTX6FLTE5h1QD73 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:18.9375rem;left:24rem;overflow:hidden;display:block; }
#cddTSvq6TZTUWR4kJrwxPTwe6OwpLq6L { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:22.6875rem;left:21.875rem;overflow:hidden;display:block; }
#Xq1IuAm8OPNwfFlXQdA3ynWW4NEq0bWv { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:3.0625rem;top:23.375rem;left:17.5rem;overflow:hidden;display:block; }
#rygruJTaKDfNMAy0y3txrFpv20EdGMuZ { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.5rem;top:22.875rem;left:13.5625rem;overflow:hidden;display:block; }
#VnnauWyGoOB4gnJXmPx9H5HnnlFRQvI3 { color:#f40c53;display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:26.75rem;left:12.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#TDEsy4u3079ehihr4Z0XnFA4s1t9nkTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:28.1875rem;left:18.34375rem; }
#TDEsy4u3079ehihr4Z0XnFA4s1t9nkTc > img { max-width: 100%;max-height:100%; }#BxKOFVZw8aWbPgrwJQT36OTFIk6SqTIt { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:33.64990234375rem;left:42.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yUQcHt23yMhy0Rqebt68rnKmSM7E01Gp { position:absolute;display:block;z-index:15108;height:3.3125rem;width:14.0625rem;top:29.21875rem;left:42.375rem;display:block; }
#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d26;background-image:none;position:relative;display:block; }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row .container { background-color: transparent; background-image: none; }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row .container > .video-iframe-container { display: none; }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row > .video-iframe-container { display: none; }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .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); }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row .container { border-width: 0; border-radius: 0; }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row > .video-iframe-container {  }#vaGFMdaqfa2lsgTJX6gziG3kgSbpIKek > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#SMJ6h4NSXdNWx3x6hfwmtkT3a0JtmLlw { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:balooda2;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:8.8125rem;left:5.0625rem;height:15.5rem;display:block; }#SMJ6h4NSXdNWx3x6hfwmtkT3a0JtmLlw li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#SMJ6h4NSXdNWx3x6hfwmtkT3a0JtmLlw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Wf8R6Eo5/check.png); }
#opLiBZUOtFPesRWTDIUNlkVQf7IJoNdM { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:balooda2;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:8.8125rem;left:41.4375rem;height:13.125rem;display:block; }#opLiBZUOtFPesRWTDIUNlkVQf7IJoNdM li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#opLiBZUOtFPesRWTDIUNlkVQf7IJoNdM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Wf8R6Eo5/check.png); }
#z6oSazQPb9FCzla4Vw9clJJ7sJtzldxd { color:#f40c53;display:block;width:38.4375rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.59375rem;left:18.28125rem;height:3.25rem;font-style:normal;display:block; }
#mDfkM02waGqlZPNuAZZKLguxnptU1rqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0e1a;background-image:none;position:relative;display:block; }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row .container { background-color: transparent; background-image: none; }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row .container > .video-iframe-container { display: none; }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row > .video-iframe-container { display: none; }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .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); }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row .container { border-width: 0; border-radius: 0; }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row > .video-iframe-container {  }#mDfkM02waGqlZPNuAZZKLguxnptU1rqB > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#hVkmEJ2FXrbDLLbO14wfJcrWd3InXC9N { color:#f40c53;display:block;width:38.4375rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.71875rem;left:18.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFVZZfhKmKTS3aebQw9o0OyvK3uWdF4N { color:#f40c53;display:block;width:69.6875rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:58.73828125rem;left:2.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJVxFqv8XRh1G502XHyhZTyC3h6nIChS { color:#f40c53;display:block;width:61.6875rem;position:absolute;font-family:balooda2;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.25rem;left:6.65625rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piSNpI1W2s3SaDl65DBhTf9NUFgsQMHb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:10.53125rem;left:52.21875rem;overflow:hidden;display:block; }
#DKBpHedxU6W1eRZhDUv3e2COCDp43Oo9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:17.1875rem;overflow:hidden;display:block; }
#NAxapgrfvTVn1mRpuZIi57QKcTsqlG4h { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:24.6875rem;overflow:hidden;display:block; }
#WZXqH9alWrswqKcIa8Nu4REcpKVRXcB1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:32.1875rem;overflow:hidden;display:block; }
#kX2Ge2LO2nmJZaw21SxkEXEmtDKMT9h9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:47.1875rem;overflow:hidden;display:block; }
#O4zRyLakR4S4XXKyot5MqSJlZtOCCeq4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:54.6875rem;overflow:hidden;display:block; }
#BWxQm1DWK9ySzTVkTBJd99MG7VX5KxFS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:39.6875rem;overflow:hidden;display:block; }
#z84Raiz1rO8dHlfyX6XK8zZE0gNtvztK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:61.875rem;overflow:hidden;display:block; }
#NGsbwEvHZJ3yuT7tbtwWMTA2sIibqByr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:16.125rem;left:10rem;overflow:hidden;display:block; }
#iOH6d2V31NIHeJI4Bx9v46epSkbxF71F { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:17.1875rem;overflow:hidden;display:block; }
#F84Q8fsdi2Ou8TK2O9knwIs27tqNQcy2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:10rem;overflow:hidden;display:block; }
#udhc0WI7aKevGfMSW9Vvk4vaiSN6u2JE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:24.6875rem;overflow:hidden;display:block; }
#seHPPsUXTl22EZbqRID1cnJ5RS2s7hcS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:32.1875rem;overflow:hidden;display:block; }
#KtcCz2BdnyKIThzl0fTKcrqc1VWiK57Q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:39.6875rem;overflow:hidden;display:block; }
#cmIHEWiU5KnIkU92FVWGrzRH3Mwoi4Z8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:47.1875rem;overflow:hidden;display:block; }
#FTL32ZhmsUXHZ89wECWT2wUaIpO9h17O { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:54.6875rem;overflow:hidden;display:block; }
#TBk1BwTfFl5K9spuxo2NlnTSVHiqeT7A { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.375rem;left:61.875rem;overflow:hidden;display:block; }
#riFReg0ZMJfuTHId0CUxeKXyX27vVmtQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:10rem;overflow:hidden;display:block; }
#qqQUaL8MG0pMEpOGGmhG0l4FnmoOeZXK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:17.1875rem;overflow:hidden;display:block; }
#IsDytXLIxPAs7iG72N0y4Z2yuuA8ri2u { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:24.6875rem;overflow:hidden;display:block; }
#sxK5cmuT9WVFx0KrtTumiJtSliPrTz71 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:32.1875rem;overflow:hidden;display:block; }
#bBDsC6aTAmasAUqGFSKVfu20SItUGCtO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:39.6875rem;overflow:hidden;display:block; }
#twKbfrx7r3FuahE4BhSAb8uUfOiMZLow { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:47.1875rem;overflow:hidden;display:block; }
#ploXLZCExvdTQ3XXinFmN4TNEpx872gn { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:17.1875rem;overflow:hidden;display:block; }
#FwwCIponHqztDNGMhJ298l7cZc3IWkTW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:10rem;overflow:hidden;display:block; }
#aLOpJN1TLWzP8c7vJTB6rudUf6HEeE5I { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:24.6875rem;overflow:hidden;display:block; }
#mNB5rAqiwaeTxwM70l2onx2TusVQgNWV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:32.1875rem;overflow:hidden;display:block; }
#TBTybw2GdBl4v0efZ0Aq9gTNz1rnVZPP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:39.6875rem;overflow:hidden;display:block; }
#fs3mNMgJZXLT2LT1tKgemuvdhElH2h1A { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:47.1875rem;overflow:hidden;display:block; }
#JXd2JtC7kl377p9W6myzGgIX57A6X4Z6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:54.6875rem;overflow:hidden;display:block; }
#k6TlqAbGAwi7mJK4II0z9SKiS4DJySXt { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:54.6875rem;overflow:hidden;display:block; }
#yumMtBBf5uzU2BlTcReIDVApsO2OEULm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.625rem;left:61.875rem;overflow:hidden;display:block; }
#RutfrwvevqrWvDeD1P6LoT9PwhLbp0rZ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.875rem;left:61.875rem;overflow:hidden;display:block; }
#ibRN5uMGWDWVvHTvR7o6rDgCTGTC8L29 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:10rem;overflow:hidden;display:block; }
#CmGJRWyvkTNR7Q3Ikst7EVmKO34M3Mbh { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:17.1875rem;overflow:hidden;display:block; }
#wtTXzoOqSTcGTlJrMhKPNqTlITeS4xuD { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:24.6875rem;overflow:hidden;display:block; }
#Q8sQvw0zftV5lt5qd4S6xTJueS7eqt1N { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:32.1875rem;overflow:hidden;display:block; }
#F1oV29fQlGh3xST67xbyPT7DHbI1FOTR { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:39.6875rem;overflow:hidden;display:block; }
#MwkXE45qe0UPcbMFrkrrlqDENHsMqZsI { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:47.1875rem;overflow:hidden;display:block; }
#hSUCNyQZE6rxLT2A21u3vOOxqB9JKQX8 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:17.1875rem;overflow:hidden;display:block; }
#NByUbBlNLBHUTBo2ZRE0e2LJg2JsNZWT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:10rem;overflow:hidden;display:block; }
#ZxZ5Vnc7Eisbb9HQkohAgdpgAoQdVFHB { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:24.6875rem;overflow:hidden;display:block; }
#zeZ6ITRLwryRA1Qe6EwWUHzZqdAEemtr { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:32.1875rem;overflow:hidden;display:block; }
#sQfUApCHwdZGZvCqzWG6qRway8JVyWzd { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:39.6875rem;overflow:hidden;display:block; }
#NCab4oB1VAcbH1XffClzCGtzNOtQbx7i { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:47.1875rem;overflow:hidden;display:block; }
#xoLdr7HELeSZKM0usOuQolpzFXIQvU4A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:54.6875rem;overflow:hidden;display:block; }
#CPgX0ekcZvhiIXCl5eP0WqvfR3iJqw38 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:54.6875rem;overflow:hidden;display:block; }
#V9yo7A5UzVgrr3gnIWqu9yuippTlGJlC { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:41.125rem;left:61.875rem;overflow:hidden;display:block; }
#NaA4Jo66PzgKmvPq7KtOWM2bZZZORKdP { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:47.375rem;left:61.875rem;overflow:hidden;display:block; }
#loHOLGdGnH5FvFC8oRwvqq1fXJNXrxZL { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:53.625rem;left:25rem;overflow:hidden;display:block; }
#EIJCdEZ3IRkTgqPfF3cidCA7K8csTFsx { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:53.625rem;left:32.5rem;overflow:hidden;display:block; }
#ZcpaFsVdBoUARR2dMaENU1IzyilfZUO7 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:53.625rem;left:40rem;overflow:hidden;display:block; }
#g7o1myTC4Q46QdWJLCS5HLzWG1DCo28i { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:53.625rem;left:47.1875rem;overflow:hidden;display:block; }
#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d26;background-image:none;position:relative;display:block; }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row .container { background-color: transparent; background-image: none; }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row .container > .video-iframe-container { display: none; }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row > .video-iframe-container { display: none; }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .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); }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row .container { border-width: 0; border-radius: 0; }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row > .video-iframe-container {  }#fNug2AVH5WgOWFK9P7tvDJOiazcDfdxr > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#h1rdcozTqRInRLxVpk1VQ4Bzrf4GN0SZ { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:balooda2;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:18.375rem;left:5.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sPHAHIMl54oqcnbJyVggHmr2PvieSg3k { color:#ffffff;display:block;width:68.375rem;position:absolute;font-family:balooda2;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.0625rem;left:3.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7MOc0lW3QQgheHoK2F1vLNFqzzIh9lS { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:balooda2;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.25rem;left:7.53125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znkvPDKOq2xeGtRiEQTgQnEB6K8cSVcs { background-color:#f30c53;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:balooda2;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.9375rem;left:26.375rem;display:block; }
#QBA0NIUuziDlQJGXPfp3dJ3roCsqRIST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5qX4NT0HNhitacPiyxpovMdnETxyzFa { position:absolute;display:block;z-index:15005;background-color:#f30c53;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;height:3.375rem;width:3.375rem;top:28.5rem;left:28.625rem;display:block; }
#Z9bH6XMFiRcXhnKlw5ms97OCt7Jak0fG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:29.25rem;left:29.3125rem; }
#Z9bH6XMFiRcXhnKlw5ms97OCt7Jak0fG > img { max-width: 100%;max-height:100%; }#yaRU2yu86WxlMBBJ1nxWC6v3s1UPImOK { position:absolute;display:block;z-index:15017;background-color:#f30c53;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;height:3.375rem;width:3.375rem;top:28.5rem;left:33.375rem;display:block; }
#R1tZD1sOIUX4TX45xrrAzAK62hc6X6Xh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.25rem;left:34.125rem; }
#R1tZD1sOIUX4TX45xrrAzAK62hc6X6Xh > img { max-width: 100%;max-height:100%; }#OeiBhyJsfJ0b8CXD9UlcHNJXX2cJEXUM { position:absolute;display:block;z-index:15021;background-color:#f30c53;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;height:3.375rem;width:3.375rem;top:28.5rem;left:43rem;display:block; }
#WZAFLNiHPuucL4FmiamyFMy28KDI1kIZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.25rem;left:43.75rem; }
#WZAFLNiHPuucL4FmiamyFMy28KDI1kIZ > img { max-width: 100%;max-height:100%; }#h1pz7Jh7lVTedlzqx2uubN0GVntkCGXk { position:absolute;display:block;z-index:15019;background-color:#f30c53;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;height:3.375rem;width:3.375rem;top:28.5rem;left:38.1875rem;display:block; }
#xmTofzxoaaqyTNRUaBlnQmxt3PrlCSDR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29.25rem;left:38.875rem; }
#xmTofzxoaaqyTNRUaBlnQmxt3PrlCSDR > img { max-width: 100%;max-height:100%; }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0e1a;background-image:none;position:relative;z-index:auto;display:block; }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row .container { background-color: transparent; background-image: none; }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row .container > .video-iframe-container { display: none; }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row > .video-iframe-container { display: none; }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .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); }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row .container { border-width: 0; border-radius: 0; }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row > .video-iframe-container {  }#RiyRbbOpcZsk7BFtSNTETlMx9dTH0EMk > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ZCqtZoDXpLIqtyDfDEKBDR4UkCVqUAQ9 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:0.89375rem;display:block; }
#m7Zgo0UGIyniMScZL78SZyLxZ5TGxJkf { color:#c7c4f4;display:block;width:7.25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:55.875rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#lOSEMfwcey5lTBaRPqXKIvLqv1hKEvtb { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.75rem;left:65.5rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#r99IZFyJkOqLtl1dP53NTOwRx7mxVE26 { color:#000000;display:block;width:3.125rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.740234375rem;left:71.875rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
