.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:#121212;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:14px;font-family:arial;height:847px;width:960px;position:relative;display:block; }#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:#00ff41;display:block;width:945px;position:absolute;font-family:vt323;font-size:40px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0 0 030px #13e348;top:93.5625px;left:7.5px;height:144px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:#008f11;display:block;width:551px;position:absolute;font-family:vt323;font-size:23px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:52.5625px;left:204.5px;height:73.5938px;text-align:center;text-align-last:center;display:block; }
#mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { position:absolute;display:block;z-index:14996;background-color:#00ff41;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:27px;width:27px;top:35px;left:894px;display:block; }
#TScMxTG3vHLqbIq2RvcuOTvfFCkAvV97 { position:absolute;display:block;z-index:14997;background-color:#008f11;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:133px;width:133px;top:264px;left:493.5px;display:block; }
#tUVC8KLsBUp0obN9lJVH7EBfHpDoRbyS { position:absolute;display:block;z-index:14998;background-color:#003b00;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:107px;width:107px;top:105px;left:143.5px;display:block; }
#wLotgUStQvyvPCdh4FOEt04gx808wugd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:484.40625px;left:422px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-form-header { font-size:16px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:16px;font-weight:400;color:#f5f5f5;width:380px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.7;text-align:left;text-align-last:left;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image:none;border-top:1px solid rgba(0,255,65,0.5);border-left:1px solid rgba(0,255,65,0.5);border-right:1px solid rgba(0,255,65,0.5);border-bottom:1px solid rgba(0,255,65,0.5);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:380px;box-sizing:border-box;height:45px;color:#008f11;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 0 20px rgba(0,255,65,0.5) ;line-height:1.4; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image:none;border-top:1px solid rgba(0,255,65,0.5);border-left:1px solid rgba(0,255,65,0.5);border-right:1px solid rgba(0,255,65,0.5);border-bottom:1px solid rgba(0,255,65,0.5);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:380px;box-sizing:border-box;height:70px;color:#008f11;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 0 20px rgba(0,255,65,0.5) ;line-height:1.4; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:380px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:114px;display:block;box-sizing:border-box;font-size:25px;font-weight:400;color:#00ff41;width:266px;height:74px;font-family:vt323;overflow:hidden;box-shadow: 0 0 30px rgba(0,255,65,0.5) ;font-style:normal; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]:-moz-placeholder { color:#008f11;font-family:ubuntu;font-size:14px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]::-moz-placeholder { color:#008f11;font-family:ubuntu;font-size:14px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]:-ms-input-placeholder { color:#008f11;font-family:ubuntu;font-size:14px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]::-webkit-input-placeholder { color:#008f11;font-family:ubuntu;font-size:14px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.2;font-size:12px;font-weight:300;color:#f5f5f5;vertical-align:top;width:360px;overflow:hidden;font-style:normal;float:none; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container { padding-top:15px;padding-right:0;padding-bottom:15px;padding-left:0;width:100%;font-size:0;height:auto; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container:first-of-type{padding-top:0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container:last-of-type{padding-bottom:0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { background-color:#1a1a1a;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:380px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:absolute;top:303.84375px;left:540px;font-size:16px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:380px;display:block;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { background-color:#1a1a1a;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:380px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:absolute;top:303.84375px;left:540px;font-size:16px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o { position:relative;z-index:2; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi { position:relative; }
#dRgim1s5KXf3ic2VSa1ASabw3BhAIFEt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:105px;width:105px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:364px;left:546px;display:none; }
#cnKgkh2B9LSNq10EnTotMigue0auTTd7 { position:absolute;display:block;z-index:14997;background-color:#00ff41;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:78px;width:78px;top:796px;left:127.5px;display:block; }
#nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { color:#00ff41;display:block;width:443px;position:absolute;font-family:vt323;font-size:40px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0 0 20px rgba(0,255,65,0.8);top:314.796875px;left:0px;height:104px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwUaDNuD7nMJJ2GxplTLdK0kHTuXhwkS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68px;width:68px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:801px;left:855px; }
#ZXmT6MtHNcCPX4hfIBQZeCBOIRZkeDWO { position:absolute;display:block;z-index:14998;background-color:#008f11;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:34px;width:34px;top:763px;left:472px;display:block; }
#SuZF9erSy4Q0E0Pbgb6ttE4vsoPOzbHT { color:#008f11;display:block;width:551px;position:absolute;font-family:vt323;font-size:23px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:278px;left:0px;height:36.7969px;text-align:left;text-align-last:left;display:block; }
#GJgVhLAErmOWWCIRUWrDlvphxxoBAFtc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:325px;width:568px;top:388.984375px;left:-86.272681451613px;overflow:hidden;display:block; }
#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container { background-color: transparent; background-image: none; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container > .video-iframe-container { display: none; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row > .video-iframe-container { display: none; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .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); }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container { border-width: 0; border-radius: 0; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container { font-size:14px;font-family:arial;height:618px;width:960px;position:relative;display:block; }#XrGnsL0UpNOFR3yQASWbF2cWXzWuf1et { position:absolute;display:block;z-index:15007;background-color:#00ff41;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:200px;top:96px;left:380px;display:block; }
#ck9HHHDdS9oOSOqshHizvZXgWtUTkgkn { color:#00ff41;display:block;width:342px;position:absolute;font-family:vt323;font-size:40px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0 0 20px rgba(0,255,65,0.8);top:32px;left:309px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBTKteZTuLTN2DCdgJVFzK5QJbkyFPTf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 30px rgba(0,255,65,0.5) ;height:372px;width:296px;top:138px;left:52px;overflow:hidden;display:block; }
#FuIkOudiSuwuZlMlyuG4rvQPM9OIS3WT { position:absolute;display:block;z-index:14999;background-color:#003b00;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:107px;width:107px;top:150px;left:574px;display:block; }
#n9PIre1UwQPJiLccPPEwqrBJneJ7X6Sr { position:absolute;display:block;z-index:14999;background-color:#008f11;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:80px;width:80px;top:338px;left:779px;display:block; }
#o1lHnEXk8oTyvdniq3PVvJM6dRqk6vEz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:96px;left:0px; }
#QwU1HLf7eP3qwATuTB3opdeXhnvotpoZ { color:#f5f5f5;display:block;width:529px;position:absolute;font-family:ubuntu;font-size:13px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:138px;left:405px;height:374.3434px;display:block; }
#zFqhVbIclznlKTtXp6uiaJoQoC1TZ208 { position:absolute;display:block;z-index:14998;background-color:#003b00;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:107px;width:107px;top:105px;left:143.5px;display:none; }
#c4P22iQ3EgrF1d8LuhRxm8JOThxRJTPm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:97px;width:97px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:181px;left:798px;display:none; }
#TaQymNRKNMb3ktWlAldZvEy5LFNrhcr0 { position:absolute;display:block;z-index:14998;background-color:#008f11;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:66px;width:66px;top:317px;left:180px;display:none; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:14px;font-family:arial;height:591px;width:960px;position:relative;display:block; }#uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { color:#00ff41;display:block;width:690px;position:absolute;font-family:vt323;font-size:40px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0 0 20px rgba(0,255,65,0.5);top:35.5px;left:135px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:#f5f5f5;display:block;width:356px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:163px;left:302px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 1000px #00ff41 ;box-sizing:border-box;color:#00ff41;text-shadow:0 0 25px rgba(0,255,65,0.8);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:vt323;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282px;height:67px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:475px;left:339px;display:block; }
#CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BlJSM9bGQzPOipN8lcxMDi9Lnp2QcNDR { position:absolute;display:block;z-index:15017;background-color:#00ff41;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:150px;width:150px;top:112px;left:30px;display:block; }
#HGltNGTs5RthMdiLDooomENJWnSXRbsV { position:absolute;display:block;z-index:14999;background-color:#003b00;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:107px;width:107px;top:317px;left:729.5px;display:block; }
#vqkh4CBySr9hE0Cy70TQrpvArQc5CZX7 { position:absolute;display:block;z-index:14997;background-color:#00ff41;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:49px;width:49px;top:147px;left:854.5px;display:block; }
#k0S8ZhZDNyAJhMPR65drk2ZIVIac46ue { position:absolute;display:block;z-index:14998;background-color:#008f11;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:66px;width:66px;top:317px;left:180px;display:block; }
#rBlIIka1Tt737MLs3Dn3TOv8a9J0Vk5Q { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 0 1000px #00ff41 ;box-sizing:border-box;color:#00ff41;text-shadow:0 0 25px rgba(0,255,65,0.8);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:vt323;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282px;height:67px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:557px;left:339px;display:none; }
#EQDvx1TnBvHHEVRqPNrpBPgIKJUAdfzy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P7xrSVNFEmVSzNzh4HKGWXblNkTBZrTK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:72px;left:0px;display:none; }
#dO1kaPpvmzZDZa5C9tkiXfSosrvc3tkB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:220px;width:220px;top:228px;left:370px;overflow:hidden;display:block; }
#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR { position:relative;display:block; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR { background-color: transparent; background-image: none; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row .container > .video-iframe-container { display: none; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row > .video-iframe-container { display: none; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .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); }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR { border-width: 0; border-radius: 0; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container { background-color: transparent; background-image: none; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container > .video-iframe-container { display: none; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row > .video-iframe-container { display: none; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .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); }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container { border-width: 0; border-radius: 0; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:93px;left:0px;width:764px;height:96px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:52px;left:106.5px;width:551px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { top:35px;left:737px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TScMxTG3vHLqbIq2RvcuOTvfFCkAvV97 { top:264px;left:395.5px;width:133px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #tUVC8KLsBUp0obN9lJVH7EBfHpDoRbyS { top:105px;left:45.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #wLotgUStQvyvPCdh4FOEt04gx808wugd { top:484px;left:324px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { width:380px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { width:266px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:114px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { width:361px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { width:380px;height:auto;top:303px;left:344px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { width:380px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { width:380px;height:auto;top:303px;left:344px; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi {  }
 }@media only screen and (max-width: 763px) { #dRgim1s5KXf3ic2VSa1ASabw3BhAIFEt { top:364px;left:448px;width:105px;height:105px;display:none; }
 }@media only screen and (max-width: 763px) { #cnKgkh2B9LSNq10EnTotMigue0auTTd7 { top:796px;left:29.5px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { top:314px;left:0px;width:443px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #nwUaDNuD7nMJJ2GxplTLdK0kHTuXhwkS { top:801px;left:659px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXmT6MtHNcCPX4hfIBQZeCBOIRZkeDWO { top:763px;left:374px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #SuZF9erSy4Q0E0Pbgb6ttE4vsoPOzbHT { top:278px;left:0px;width:551px;height:36px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GJgVhLAErmOWWCIRUWrDlvphxxoBAFtc { top:388px;left:0px;width:568px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 { display:block; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrGnsL0UpNOFR3yQASWbF2cWXzWuf1et { top:96px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ck9HHHDdS9oOSOqshHizvZXgWtUTkgkn { top:32px;left:211px;width:342px;height:52px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #WBTKteZTuLTN2DCdgJVFzK5QJbkyFPTf { top:138px;left:0px;width:296px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #FuIkOudiSuwuZlMlyuG4rvQPM9OIS3WT { top:150px;left:476px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #n9PIre1UwQPJiLccPPEwqrBJneJ7X6Sr { top:338px;left:681px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #o1lHnEXk8oTyvdniq3PVvJM6dRqk6vEz { top:96px;left:0px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #QwU1HLf7eP3qwATuTB3opdeXhnvotpoZ { top:138px;left:235px;width:529px;height:395px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zFqhVbIclznlKTtXp6uiaJoQoC1TZ208 { top:105px;left:45.5px;width:107px;height:107px;display:none; }
 }@media only screen and (max-width: 763px) { #c4P22iQ3EgrF1d8LuhRxm8JOThxRJTPm { top:181px;left:667px;width:97px;height:97px;display:none; }
 }@media only screen and (max-width: 763px) { #TaQymNRKNMb3ktWlAldZvEy5LFNrhcr0 { top:317px;left:82px;width:66px;height:66px;display:none; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { top:35px;left:37px;width:690px;height:96px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:163px;left:204px;width:356px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:282px;height:67px;top:475px;left:241px;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #BlJSM9bGQzPOipN8lcxMDi9Lnp2QcNDR { top:112px;left:0px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #HGltNGTs5RthMdiLDooomENJWnSXRbsV { top:317px;left:631.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #vqkh4CBySr9hE0Cy70TQrpvArQc5CZX7 { top:147px;left:715px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #k0S8ZhZDNyAJhMPR65drk2ZIVIac46ue { top:317px;left:82px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #rBlIIka1Tt737MLs3Dn3TOv8a9J0Vk5Q { width:282px;height:67px;top:557px;left:241px;display:none; }
 }@media only screen and (max-width: 763px) { #EQDvx1TnBvHHEVRqPNrpBPgIKJUAdfzy { display:block; }
 }@media only screen and (max-width: 763px) { #P7xrSVNFEmVSzNzh4HKGWXblNkTBZrTK { top:72px;left:0px;width:96px;height:96px;display:none; }
 }@media only screen and (max-width: 763px) { #dO1kaPpvmzZDZa5C9tkiXfSosrvc3tkB { top:228px;left:272px;width:220px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #LXdJQAX6JIw4LcvlgfXBDA59QimwLITR { display:block; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQialvW3mRwQJM07UF9ZFhd1VAfhaigD { display:block; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#121212;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:320px;height:833px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:320px;height:97.1718px;top:68.09375px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:295.969px;height:51.1875px;top:16.90625px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { width:38px;height:38px;top:595.171875px;left:-19px;display:block; }
 }@media only screen and (max-width: 763px) { #TScMxTG3vHLqbIq2RvcuOTvfFCkAvV97 { width:49px;height:49px;top:457.171875px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tUVC8KLsBUp0obN9lJVH7EBfHpDoRbyS { width:107px;height:107px;top:16.90625px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #wLotgUStQvyvPCdh4FOEt04gx808wugd { display:flex;width:50px;height:50px;top:165.234375px;left:0px; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { width:250px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:41px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { width:175px;margin-top:4px;margin-right:56px;margin-bottom:4px;margin-left:37px;height:64px;font-size:19px;overflow:hidden;text-align:center;text-align-last:center; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { width:248px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto;font-weight:400;font-style:normal; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { width:268px;height:auto;top:422.796875px;left:6px; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { width:268px;height:auto;top:422.796875px;left:6px; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi {  }
 }@media only screen and (max-width: 763px) { #dRgim1s5KXf3ic2VSa1ASabw3BhAIFEt { display:flex;width:75px;height:75px;top:1060.171875px;left:44px;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #cnKgkh2B9LSNq10EnTotMigue0auTTd7 { width:40px;height:40px;top:1155.171875px;left:140px;display:none; }
 }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { width:320px;height:0;top:252.953125px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-family:vt323;display:none; }
 }@media only screen and (max-width: 763px) { #nwUaDNuD7nMJJ2GxplTLdK0kHTuXhwkS { display:flex;width:73px;height:73px;top:380px;left:247px;z-index:14995; }
 }@media only screen and (max-width: 763px) { #ZXmT6MtHNcCPX4hfIBQZeCBOIRZkeDWO { width:34px;height:34px;top:1403.859675px;left:143px;display:none; }
 }@media only screen and (max-width: 763px) { #SuZF9erSy4Q0E0Pbgb6ttE4vsoPOzbHT { width:320px;height:0;top:227.359375px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GJgVhLAErmOWWCIRUWrDlvphxxoBAFtc { width:320px;height:183px;top:190.171875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 { display:block; }#a3QwkKvLE0PLz8wGlIW4L1wZ4wPMzka5 > .row .container { width:320px;height:1233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrGnsL0UpNOFR3yQASWbF2cWXzWuf1et { width:200px;height:2px;top:488px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ck9HHHDdS9oOSOqshHizvZXgWtUTkgkn { width:320px;height:41.5938px;top:422px;left:0px;font-size:32px;text-align:center;text-align-last:center;font-family:vt323;display:block; }
 }@media only screen and (max-width: 763px) { #WBTKteZTuLTN2DCdgJVFzK5QJbkyFPTf { width:218px;height:274px;top:97px;left:51px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FuIkOudiSuwuZlMlyuG4rvQPM9OIS3WT { width:62px;height:62px;top:878px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #n9PIre1UwQPJiLccPPEwqrBJneJ7X6Sr { width:80px;height:80px;top:798px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #o1lHnEXk8oTyvdniq3PVvJM6dRqk6vEz { display:flex;width:96px;height:96px;top:55px;left:17.5px; }
 }@media only screen and (max-width: 763px) { #QwU1HLf7eP3qwATuTB3opdeXhnvotpoZ { width:299px;height:686.2967px;top:505px;left:10.5px;font-size:13px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zFqhVbIclznlKTtXp6uiaJoQoC1TZ208 { width:107px;height:107px;top:664px;left:213px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #c4P22iQ3EgrF1d8LuhRxm8JOThxRJTPm { display:flex;width:55px;height:55px;top:525px;left:51px;z-index:14998; }
 }@media only screen and (max-width: 763px) { #TaQymNRKNMb3ktWlAldZvEy5LFNrhcr0 { width:38px;height:38px;top:0px;left:260px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:transparent;background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:320px;height:683px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { width:320px;height:115.172px;top:49px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:275px;height:0;top:142.5px;left:22.5px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:212.969px;height:57.9688px;top:443px;left:53.5px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #BlJSM9bGQzPOipN8lcxMDi9Lnp2QcNDR { width:46px;height:46px;top:191px;left:252.5px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #HGltNGTs5RthMdiLDooomENJWnSXRbsV { width:33px;height:33px;top:142.5px;left:83.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vqkh4CBySr9hE0Cy70TQrpvArQc5CZX7 { width:33px;height:33px;top:367px;left:234.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #k0S8ZhZDNyAJhMPR65drk2ZIVIac46ue { width:38px;height:38px;top:330px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rBlIIka1Tt737MLs3Dn3TOv8a9J0Vk5Q { width:212.969px;height:57.9688px;top:388px;left:131.5px;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #EQDvx1TnBvHHEVRqPNrpBPgIKJUAdfzy { display:block; }
 }@media only screen and (max-width: 763px) { #P7xrSVNFEmVSzNzh4HKGWXblNkTBZrTK { display:flex;width:49px;height:49px;top:0px;left:135.5px;z-index:15016;filter: drop-shadow(0 0 20px rgba(0,255,65,0.7)); }
 }@media only screen and (max-width: 763px) { #dO1kaPpvmzZDZa5C9tkiXfSosrvc3tkB { width:224px;height:224px;top:191px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #LXdJQAX6JIw4LcvlgfXBDA59QimwLITR { display:block; }#LXdJQAX6JIw4LcvlgfXBDA59QimwLITR > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQialvW3mRwQJM07UF9ZFhd1VAfhaigD { display:block; }#NQialvW3mRwQJM07UF9ZFhd1VAfhaigD > .row .container { width:320px;height:96px;position:relative;display:block; } }