.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#071d49;background-image:none;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); }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 { position:relative;display:block; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 { background-color: transparent; background-image: none; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container > .video-iframe-container { display: none; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row > .video-iframe-container { display: none; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .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); }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 { border-width: 0; border-radius: 0; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/51022113-1f34-46a2-ad14-3c68d9e18af8/202508_Polenergia_PoWakacjach_2_x628.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container.adaptive-delivery-prevent-bg, #wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container.lazyload, #wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container.lazyloading { background-image: none; }#qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk { position:relative;display:none; }#qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk { border-width: 0; border-radius: 0; }#qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk > .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; }#qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CIWeH8NQTkKsHMCONlXM9w6S5GVxWURy { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:33.75rem;width:33.75rem;display:none; }
#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { position:relative;z-index:auto;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color:transparent;background-image:none;width:60rem;height:39.625rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-form-header {  }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:52.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.13);background-image:none;border-top:0.0625rem solid #00c389;border-left:0.0625rem solid #00c389;border-right:0.0625rem solid #00c389;border-bottom:0.0625rem solid #00c389;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.9375rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.13);background-image:none;border-top:0.0625rem solid #00c389;border-left:0.0625rem solid #00c389;border-right:0.0625rem solid #00c389;border-bottom:0.0625rem solid #00c389;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.9375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:52.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00c389;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.5625rem;margin-bottom:0.25rem;margin-left:10.5625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:31.75rem;height:4.375rem;font-family:arial;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:dosis;font-size:1rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:dosis;font-size:1rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:dosis;font-size:1rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:dosis;font-size:1rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .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:dosis;font-size:0.75rem;font-weight:700;color:#ffffff;vertical-align:top;width:51.875rem;overflow:hidden;font-style:normal;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);float:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-container:first-of-type{padding-top:0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-container:last-of-type{padding-bottom:0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.6851577758787rem;left:2.25rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:52.9375rem;display:block;vertical-align:top; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E {display:block;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.6851577758787rem;left:2.25rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #yIZ3RLSAW431wfGFFvTDMhUIVm1tosQu { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #rdfS59GELMJRnrBdP5l5aPuvzdDob1ze { position:relative;display:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #eaMhi69JPZzy9TMEuV9FU8qrVP4TOUTb { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #twKTLHyrhkGqCUWJMOOqpgcN9nV5yqNu { position:relative;z-index:1; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #uGXdiKzrOOpWEOIpFfiqfT1bJi6VyKpE { position:relative;display:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #U1Kp6oF7HN1T8i7MIgtNr7AphSKoLzSG { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #XUWqpWIJTbyPqGbMCyJFNSzptCdhgWvC { position:relative;z-index:1; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #dtQtOE8vFVgJJKibWOHPSFZXTeZR8d0d { position:relative;display:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #gWbCpPDhNIy2UBBl0hpef0U2SuHeSTqt { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #a8ReqBZkLXqPV6vSAdufSavhEViCfGpI { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #TP8OEBnDRQVrsRwXq7VGxZpcptUJtRTI { position:relative;z-index:2; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #T6wXCsTdA0FS4TnSMmTZt8FXP1zEK8oF { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #uMEyLXQc00avDu8iLWwRVBdsnR1NwkNH { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #rouhsxZeSqlwgv6mUWennvGtsHPdFuTV { position:relative;z-index:2; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #DzCd7mLC9EiTU3NpBwWWNoVsRHyv40Rd { position:relative; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #eArTw5GTggUUfPexWs4wlrTeMblUorFB { position:relative;z-index:1; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #NRPlwlNHvOwBBlZHG68NC0ZKyvIaCXZz { position:relative; }
#B94GSPT3KBy8mB6S3gcPVhrXI28Ut1tn { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.0625rem;height:5.20019375rem;text-align:center;text-align-last:center;display:block; }
#vGDzEt2eeguFGlE3aG6dGs14JhJDk7gB { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:#00c389;background-image:none;top:7.26171875rem;left:20.625rem;display:block; }
#uRQegBA94BcQuQMzVfBJT5IIb6QV5wdw { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:31.3125rem;width:60rem;top:39.5625rem;left:0rem;overflow:hidden;display:block; }
#DeQU13Rk4Cen64o5VTHQTCROTMeKmXzS { box-sizing:content-box;height:0.312011875rem;width:60rem;position:absolute;display:block;z-index:15016;background-color:#00c389;background-image:none;top:39.34423828125rem;left:0rem;display:block; }
#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI { position:relative;display:block; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI { background-color: transparent; background-image: none; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row .container > .video-iframe-container { display: none; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row > .video-iframe-container { display: none; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .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); }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI { border-width: 0; border-radius: 0; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .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; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#071d49;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L3d8gyZQTv0NLZAT8NNzTEZlWWma8zXe { box-sizing:content-box;height:0.31171875rem;width:60rem;position:absolute;display:block;z-index:15017;background-color:#00c389;background-image:none;top:31.248439788818rem;left:0rem;display:block; }
#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 { position:relative;display:block; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 { background-color: transparent; background-image: none; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row .container > .video-iframe-container { display: none; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row > .video-iframe-container { display: none; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .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); }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 { border-width: 0; border-radius: 0; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .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; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#071d49;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zSbUaah1VLXaTN3p5BRTCT9R5MoBuJGV { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.99951171875rem;left:17.4990234375rem;height:5.84716875rem;display:block; }
#pyvdU2JOt4XqaBX919fVpRf80ZP1AX48 { color:#000000;display:block;width:26.187rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:17.4990234375rem;height:1.3rem;display:block; }
#E7tgZSt9QCbs7Ihcfc2rW2FS14nOe1pM { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:24.375rem;height:3.8981125rem;display:block; }
#WiyFi9QzpXBQbXayZwzOSFL3WdTc19c3 { color:#000000;display:block;width:26.187rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.0625rem;left:24.375rem;height:1.3rem;display:block; }
#LzScg1BLkDz4d83mp12n6LonZ1ugklG5 { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1240234375rem;left:31.7490234375rem;height:3.8981125rem;display:block; }
#SqlXyhlXI4x7JEFS1yN8RDSp9XPNDaWI { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:7.3125rem;width:5.686525rem;top:4.26708984375rem;left:8.25rem;overflow:hidden;display:block; }
#sN3RkXx988SyFh9B0Kz6eo2vEsqnrQhU { box-sizing:content-box;height:10rem;width:10rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.92236328125rem;left:6.0615234375rem;display:block; }
#lfofealphoIOe14z4493cZS3Ne0ndw3s { box-sizing:content-box;height:10rem;width:10rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.5rem;left:12.87451171875rem;display:block; }
#vSNBbNL15mRCn9TCBNxr8EFTwzoP5NQv { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:7.2495rem;width:6.4365rem;top:14.87255859375rem;left:14.6865234375rem;overflow:hidden;display:block; }
#vXlgpTCn0ryxqreSHZVs4uaEXQQpOypf { box-sizing:content-box;height:10rem;width:10rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:23.1240234375rem;left:20.25rem;display:block; }
#eI8kTl8yisTy2aeiUKAOScs9gyU9SooN { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:6.8115rem;width:6.8115rem;top:24.6650390625rem;left:21.8115234375rem;overflow:hidden;display:block; }
#NK1nWvkRzheieraZlM6xSizVySPQ7FSG { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:31.3125rem;width:60rem;top:36.872665405274rem;left:0rem;overflow:hidden;display:block; }
#OZ6fvcuTJb5fKtc396H4lSTXoVbG0fQa { box-sizing:content-box;height:0.312011875rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#00c389;background-image:none;top:36.810546875rem;left:0rem;display:block; }
#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb { position:relative;display:block; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb { background-color: transparent; background-image: none; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row .container > .video-iframe-container { display: none; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row > .video-iframe-container { display: none; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .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); }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb { border-width: 0; border-radius: 0; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .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; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#071d49;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ot1cg2A16QZzTe7ZOTsGP1ePw5I1MPLg { box-sizing:content-box;height:0.31171875rem;width:60rem;position:absolute;display:block;z-index:15019;background-color:#00c389;background-image:none;top:31.125rem;left:0rem;display:block; }
#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071d49;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; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#BTUbGZaZ79NMrTMilp3dcRQMRQWTED5q { color:#000000;display:block;width:12.4980625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.4375rem;left:2.625rem;height:2.5992875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mV78stbmBNBhC63QPxflQPHbXTGpl9p5 { color:#000000;display:block;width:14.7480625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.374267578125rem;left:22.5625rem;height:3.898925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVRGEkG0SomepwqzdfUu6SqBhzTztnM9 { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:10.0605625rem;width:10.0605625rem;top:1.5625rem;left:3.8125rem;overflow:hidden;display:block; }
#XqyTKWmcpsvFJRVTfNPnIv2uKH70hc6r { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:8.7495rem;width:8.7495rem;top:2.1875rem;left:26.4375rem;overflow:hidden;display:block; }
#NEwMmxig6VlE0efzO9hZFRgxPxJnGC1d { color:#000000;display:block;width:12.4980625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:44.9375rem;height:5.19856875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBKfby6JdXPvW27VJiqv0C8RuPAm8qRB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:8.8125rem;width:8.8125rem;top:2rem;left:46.8125rem;overflow:hidden;display:block; }
#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 { position:relative;display:block; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 { background-color: transparent; background-image: none; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row .container > .video-iframe-container { display: none; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row > .video-iframe-container { display: none; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .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); }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 { border-width: 0; border-radius: 0; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .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; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00c389;background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ymcgkgxiBO5fu9Qu0MxexZ20gzA5Ntcu { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.505859375rem;left:4.625rem;height:1.3rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 { display:block; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk { display:none; }#qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CIWeH8NQTkKsHMCONlXM9w6S5GVxWURy { width:26.8125rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E {display:block;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #yIZ3RLSAW431wfGFFvTDMhUIVm1tosQu {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #rdfS59GELMJRnrBdP5l5aPuvzdDob1ze {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #eaMhi69JPZzy9TMEuV9FU8qrVP4TOUTb {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #twKTLHyrhkGqCUWJMOOqpgcN9nV5yqNu {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #uGXdiKzrOOpWEOIpFfiqfT1bJi6VyKpE { display:none; }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #U1Kp6oF7HN1T8i7MIgtNr7AphSKoLzSG {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #XUWqpWIJTbyPqGbMCyJFNSzptCdhgWvC {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #dtQtOE8vFVgJJKibWOHPSFZXTeZR8d0d { display:none; }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #gWbCpPDhNIy2UBBl0hpef0U2SuHeSTqt {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #a8ReqBZkLXqPV6vSAdufSavhEViCfGpI {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #TP8OEBnDRQVrsRwXq7VGxZpcptUJtRTI {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #T6wXCsTdA0FS4TnSMmTZt8FXP1zEK8oF {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #uMEyLXQc00avDu8iLWwRVBdsnR1NwkNH {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #rouhsxZeSqlwgv6mUWennvGtsHPdFuTV {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #DzCd7mLC9EiTU3NpBwWWNoVsRHyv40Rd {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #eArTw5GTggUUfPexWs4wlrTeMblUorFB {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #NRPlwlNHvOwBBlZHG68NC0ZKyvIaCXZz {  }
 }@media only screen and (max-width: 763px) { #B94GSPT3KBy8mB6S3gcPVhrXI28Ut1tn { top:1.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDzEt2eeguFGlE3aG6dGs14JhJDk7gB { top:7.25rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRQegBA94BcQuQMzVfBJT5IIb6QV5wdw { top:39.5625rem;left:0rem;width:47.75rem;height:24.91953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQU13Rk4Cen64o5VTHQTCROTMeKmXzS { top:39.3125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI { display:block; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3d8gyZQTv0NLZAT8NNzTEZlWWma8zXe { top:31.1875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpEcZQT8ro936bmQopgUUMOtChCmPQi8 { display:block; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSbUaah1VLXaTN3p5BRTCT9R5MoBuJGV { top:4.9375rem;left:11.3740234375rem;width:29.8125rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyvdU2JOt4XqaBX919fVpRf80ZP1AX48 { top:9.5625rem;left:11.3740234375rem;width:26.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7tgZSt9QCbs7Ihcfc2rW2FS14nOe1pM { top:15.3125rem;left:18rem;width:29.75rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiyFi9QzpXBQbXayZwzOSFL3WdTc19c3 { top:20.0625rem;left:18.25rem;width:26.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzScg1BLkDz4d83mp12n6LonZ1ugklG5 { top:26.0625rem;left:23.5rem;width:24.25rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqlXyhlXI4x7JEFS1yN8RDSp9XPNDaWI { top:4.25rem;left:2.125rem;width:5.625rem;height:7.2333828656341rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN3RkXx988SyFh9B0Kz6eo2vEsqnrQhU { top:2.875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfofealphoIOe14z4493cZS3Ne0ndw3s { top:13.5rem;left:6.74951171875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSNBbNL15mRCn9TCBNxr8EFTwzoP5NQv { top:14.8125rem;left:8.5615234375rem;width:6.375rem;height:7.1804117578501rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXlgpTCn0ryxqreSHZVs4uaEXQQpOypf { top:23.0625rem;left:14.125rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI8kTl8yisTy2aeiUKAOScs9gyU9SooN { top:24.625rem;left:15.6865234375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1nWvkRzheieraZlM6xSizVySPQ7FSG { top:36.8125rem;left:0rem;width:47.75rem;height:24.91953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ6fvcuTJb5fKtc396H4lSTXoVbG0fQa { top:36.75rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb { display:block; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot1cg2A16QZzTe7ZOTsGP1ePw5I1MPLg { top:31.125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTUbGZaZ79NMrTMilp3dcRQMRQWTED5q { top:12.375rem;left:0rem;width:12.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV78stbmBNBhC63QPxflQPHbXTGpl9p5 { top:12.3125rem;left:16.4375rem;width:14.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVRGEkG0SomepwqzdfUu6SqBhzTztnM9 { top:1.5rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqyTKWmcpsvFJRVTfNPnIv2uKH70hc6r { top:2.125rem;left:20.3125rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEwMmxig6VlE0efzO9hZFRgxPxJnGC1d { top:12.0625rem;left:35.3125rem;width:12.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBKfby6JdXPvW27VJiqv0C8RuPAm8qRB { top:1.9375rem;left:38.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 { display:block; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymcgkgxiBO5fu9Qu0MxexZ20gzA5Ntcu { top:0.5rem;left:0rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 { display:none; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container { width:20rem;height:20rem;background-color:#071d49;background-image:url("https://images.assets-landingi.com/uc/a70d814c-7475-4de8-9725-0a8940154444/202507_POLENERGIA_Summer_1200x1200_2kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container.adaptive-delivery-prevent-bg, #wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container.lazyload, #wPfxwmwExFT9aL7QdhMWrETCkqbzqSC7 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk { display:block; }#qxXJdCrw4yJsCTVaGrFaPSIGtUTf0TZk > .row .container { width:20rem;height:20.06184387207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIWeH8NQTkKsHMCONlXM9w6S5GVxWURy { top:0.0625rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#071d49;background-image:none;position:relative;z-index:auto;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(128,128,128,0.14);background-image:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(128,128,128,0.14);background-image:none; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E  { width:17.499rem;height:auto;top:14.35888671875rem;left:0.00146484375rem; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E {display:block;}#lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E { width:17.499rem;height:auto;top:14.35888671875rem;left:0.00146484375rem; }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #yIZ3RLSAW431wfGFFvTDMhUIVm1tosQu {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #rdfS59GELMJRnrBdP5l5aPuvzdDob1ze {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #eaMhi69JPZzy9TMEuV9FU8qrVP4TOUTb {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #twKTLHyrhkGqCUWJMOOqpgcN9nV5yqNu {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #uGXdiKzrOOpWEOIpFfiqfT1bJi6VyKpE { display:none; }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #U1Kp6oF7HN1T8i7MIgtNr7AphSKoLzSG {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #XUWqpWIJTbyPqGbMCyJFNSzptCdhgWvC {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #dtQtOE8vFVgJJKibWOHPSFZXTeZR8d0d { display:none; }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #gWbCpPDhNIy2UBBl0hpef0U2SuHeSTqt {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #a8ReqBZkLXqPV6vSAdufSavhEViCfGpI {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #TP8OEBnDRQVrsRwXq7VGxZpcptUJtRTI {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #T6wXCsTdA0FS4TnSMmTZt8FXP1zEK8oF {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #uMEyLXQc00avDu8iLWwRVBdsnR1NwkNH {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #rouhsxZeSqlwgv6mUWennvGtsHPdFuTV {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #DzCd7mLC9EiTU3NpBwWWNoVsRHyv40Rd {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #eArTw5GTggUUfPexWs4wlrTeMblUorFB {  }
 }@media only screen and (max-width: 763px) { #lsdxMJ1zyIiker9HF7FnNdVCH0UBpW1E #NRPlwlNHvOwBBlZHG68NC0ZKyvIaCXZz {  }
 }@media only screen and (max-width: 763px) { #B94GSPT3KBy8mB6S3gcPVhrXI28Ut1tn { width:19.9980625rem;height:10.400375rem;top:2.68505859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDzEt2eeguFGlE3aG6dGs14JhJDk7gB { width:19.9995rem;height:0.312011875rem;top:40.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRQegBA94BcQuQMzVfBJT5IIb6QV5wdw { width:20rem;height:10.4375rem;top:40.432029724121rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DeQU13Rk4Cen64o5VTHQTCROTMeKmXzS { width:19.9991875rem;height:0.3125rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI { display:block; }#XVwNp8wyOAwdgFvtDpRxkCWLpSXUm2wI > .row .container { width:20rem;height:2.6228787158203rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3d8gyZQTv0NLZAT8NNzTEZlWWma8zXe { width:19.9995rem;height:0.24902375rem;top:2.37451171875rem;left:0rem;background-color:#071d49;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QpEcZQT8ro936bmQopgUUMOtChCmPQi8 { display:block; }#QpEcZQT8ro936bmQopgUUMOtChCmPQi8 > .row .container { width:20rem;height:68.873673336029rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSbUaah1VLXaTN3p5BRTCT9R5MoBuJGV { width:18.8745rem;height:4.62890625rem;top:12.56103515625rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyvdU2JOt4XqaBX919fVpRf80ZP1AX48 { width:19.9980625rem;height:2.6rem;top:16.29638671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7tgZSt9QCbs7Ihcfc2rW2FS14nOe1pM { width:19.9995rem;height:3.0859375rem;top:32.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiyFi9QzpXBQbXayZwzOSFL3WdTc19c3 { width:19.9980625rem;height:1.3rem;top:36.603515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzScg1BLkDz4d83mp12n6LonZ1ugklG5 { width:19.9980625rem;height:3.0859375rem;top:51.71630859375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqlXyhlXI4x7JEFS1yN8RDSp9XPNDaWI { width:4.8125rem;height:6.125rem;top:2.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN3RkXx988SyFh9B0Kz6eo2vEsqnrQhU { width:9.0625rem;height:9.0625rem;top:1.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfofealphoIOe14z4493cZS3Ne0ndw3s { width:9.0625rem;height:9.0625rem;top:21.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSNBbNL15mRCn9TCBNxr8EFTwzoP5NQv { width:5.5625rem;height:6.3125rem;top:22.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXlgpTCn0ryxqreSHZVs4uaEXQQpOypf { width:9.0625rem;height:9.0625rem;top:40.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI8kTl8yisTy2aeiUKAOScs9gyU9SooN { width:6.375rem;height:6.375rem;top:41.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1nWvkRzheieraZlM6xSizVySPQ7FSG { width:20rem;height:10.25rem;top:58.624219894409rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OZ6fvcuTJb5fKtc396H4lSTXoVbG0fQa { width:20rem;height:0.3125rem;top:58.360939025879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb { display:block; }#HNAJI6sa634GhoOnfkvLuoglgoUI2Dxb > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot1cg2A16QZzTe7ZOTsGP1ePw5I1MPLg { width:19.997625rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:#071d49;background-image:none;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTUbGZaZ79NMrTMilp3dcRQMRQWTED5q { width:12.4350625rem;height:2.5992875rem;top:9.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV78stbmBNBhC63QPxflQPHbXTGpl9p5 { width:14.6850625rem;height:3.898925rem;top:22.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVRGEkG0SomepwqzdfUu6SqBhzTztnM9 { width:7.2495rem;height:7.2495rem;top:1.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqyTKWmcpsvFJRVTfNPnIv2uKH70hc6r { width:7.25rem;height:7.25rem;top:14.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEwMmxig6VlE0efzO9hZFRgxPxJnGC1d { width:12.4365rem;height:5.19856875rem;top:36.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBKfby6JdXPvW27VJiqv0C8RuPAm8qRB { width:7.25rem;height:7.25rem;top:28.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 { display:block; }#BFBuKa3Z9sfRXfPnpo3ahIekho3P22L2 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymcgkgxiBO5fu9Qu0MxexZ20gzA5Ntcu { width:19.25rem;height:2.6rem;top:2.512149810791rem;left:0.37500005960464rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }